Click or drag to resize

SocketOptionsSendBufferSize Property

Gets the size of the buffer used by the socket to send

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

Property Value

Type: NullableInt32
See Also