Dela via


IClientWebSocketOptions.SetBuffer(Int32, Int32) Method

Definition

Sets the client buffer parameters.

public void SetBuffer (int receiveBufferSize, int sendBufferSize);
abstract member SetBuffer : int * int -> unit
Public Sub SetBuffer (receiveBufferSize As Integer, sendBufferSize As Integer)

Parameters

receiveBufferSize
Int32

The size, in bytes, of the client receive buffer.

sendBufferSize
Int32

The size, in bytes, of the client send buffer.

Applies to