3 references to AddressFamilyNotSupported
System (3)
net\System\Net\SocketAddress.cs (1)
205throw new SocketException(SocketError.AddressFamilyNotSupported);
net\System\Net\Sockets\Socket.cs (2)
6003if (errorCode == SocketError.AddressFamilyNotSupported) 6019if (errorCode == SocketError.AddressFamilyNotSupported)