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!

SocketErrors.WSABASEERR

The base value of all socket error constants. All other socket errors are offset from this value.

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

See Also

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