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

Bad protocol option.

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

Remarks

An unknown, invalid, or unsupported option or protocol level was specified in a GetSockOpt or SetSockOpt call.

See Also

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