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!

TCPClient.NoDelay

Enables or disables delay when send or receive buffers are full.

[Visual Basic]
Public Property NoDelay As Boolean
[C#]
public bool NoDelay {get; set;}
[C++]
public: __property bool get_NoDelay();
public: __property void set_NoDelay(bool);
[JScript]
public function get NoDelay() : Boolean;
public function set NoDelay(Boolean);

See Also

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