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

Protocol family not supported.

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

Remarks

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

See Also

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