Click or drag to resize
SocketOptionsReceiveBufferSize Property
Gets the size of the buffer used by the socket to receive

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Nullable<int> ReceiveBufferSize { get; }

Property Value

Type: NullableInt32
See Also