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

Winsock.dll out of range.

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

Remarks

The current Windows Sockets implementation does not support the Windows Sockets specification version requested by the application.

See Also

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