WebSocketBuffer.CreateInternalBufferArraySegment Method

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)

Parameters

receiveBufferSize
Int32
sendBufferSize
Int32
isServerBuffer
Boolean

Returns

ArraySegment<Byte>

Applies to