Click or drag to resize

SocketOptionsSetReceiveBufferSize Method

Sets the size of the buffer used by the socket to receive

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public SocketOptions SetReceiveBufferSize(
	int receiveBufferSize
)

Parameters

receiveBufferSize
Type: SystemInt32

Return Value

Type: SocketOptions
See Also