WebSocketBuffer.CreateInternalBufferArraySegment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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