Address family not supported by protocol family.
[Visual Basic] Public Const WSAEAFNOSUPPORT As Integer [C#] public const int WSAEAFNOSUPPORT; [C++] public: const int WSAEAFNOSUPPORT; [JScript] public var WSAEAFNOSUPPORT : int;
An address incompatible with the requested protocol was used. All sockets are created with an associated address family and a generic protocol type. This error is returned if an incorrect protocol is requested when creating a socket, or in an address of the wrong family is uses when sending data.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace