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

Indicates socket options apply to TCP sockets.

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

See Also

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