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.SoKeepalive

Send keep-alives.

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

See Also

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