Click or drag to resize
SocketOptionsSetSendBufferSize Method
Sets the size of the buffer used by the socket to send

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public SocketOptions SetSendBufferSize(
	int sendBufferSize
)

Parameters

sendBufferSize
Type: SystemInt32

Return Value

Type: SocketOptions
See Also