BufferPool

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.http.httputil
  • Platforms: .NET, .NET Standard 2.0, Island

Required Methods


Get

 

method Get: Slice<Byte>

 

Slice<Byte> Get()

 

func Get() -> Slice<Byte>

 

func Get() Slice<Byte>

 

Function Get() As Slice<Byte>

Put

 

method Put(Slice<byte>)

 

void Put(Slice<byte> )

 

func Put(_ Slice<byte>)

 

// .NET, .NET Standard 2.0
func Put( Slice<byte>) 
// Island
func Put( Slice<byte>) void

 

Sub Put( As Slice<byte>)

Parameters:

  • :