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

Protocol not supported.

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

Remarks

The requested protocol has not been configured into the system, or no implementation for it exists.

See Also

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