System.Net.WebSockets.WebSocket.CreateClientBuffer Method

Create client buffers to use with this System.Net.WebSockets.WebSocket instance.

Syntax

[System.MonoTODO]
public static ArraySegment<byte> CreateClientBuffer (int receiveBufferSize, int sendBufferSize)

Parameters

receiveBufferSize
The size, in bytes, of the client receive buffer.
sendBufferSize
The size, in bytes, of the send buffer.

Returns

Returns ArraySegment`1.

An array with the client buffers.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Net.WebSockets
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0