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

Do not route, send directly to interface addresses.

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

See Also

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