WebSocketBuffer.CreateInternalBufferArraySegment Methode

Definition

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

Parameter

receiveBufferSize
Int32
sendBufferSize
Int32
isServerBuffer
Boolean

Gibt zurück

Gilt für: