Click or drag to resize

SocketOptionsTcpNoDelay Property

Gets a Boolean value that specifies whether the stream Socket is using the Nagle algorithm. When set to false, the Nagle algorithm is enabled; when set to true the Nagle algorithm is disabled (no delay). The default is true.

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

Property Value

Type: NullableBoolean
See Also