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

Network subsystem is unavailable.

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

Remarks

This error is returned in the Windows Socket implementation cannot function at this time because the underlying system it uses to provide network services is unavailable.

See Also

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