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;
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace