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

Indicates socket options apply to the socket itself.

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

See Also

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