System.Net.WebSockets.ClientWebSocketOptions.SetBuffer Method

Sets client buffer parameters.

Syntax

public void SetBuffer (int receiveBufferSize, int sendBufferSize, ArraySegment<byte> buffer)

Parameters

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

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