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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public Nullable<int> ReceiveBufferSize { get; }

Property Value

Type: NullableInt32
See Also