WebSocket.CreateClientBuffer(Int32, Int32) Metodo

Definizione

Creare buffer client da usare con questa WebSocket istanza.

public:
 static ArraySegment<System::Byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize);
public static ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize);
static member CreateClientBuffer : int * int -> ArraySegment<byte>
Public Shared Function CreateClientBuffer (receiveBufferSize As Integer, sendBufferSize As Integer) As ArraySegment(Of Byte)

Parametri

receiveBufferSize
Int32

Dimensione, in byte, del buffer di ricezione del client.

sendBufferSize
Int32

Dimensione, in byte, del buffer di invio.

Valori restituiti

Matrice con i buffer client.

Si applica a