NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketOption.TcpNodelay

Disables the Nagle algorithm for send coalescing.

[Visual Basic]
Public Const TcpNodelay As Integer
[C#]
public const int TcpNodelay;
[C++]
public: const int TcpNodelay;
[JScript]
public var TcpNodelay : int;

See Also

SocketOption Class | SocketOption Members | System.Net.Sockets Namespace