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

Protocol wrong type for socket.

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

Remarks

A protocol was specified in the Socket constructor that does not support the semantics of the socket type requested.

See Also

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