12 references to CanTryAddressFamily
System.Net.Sockets (12)
System\Net\Sockets\Socket.cs (11)
823if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 855if (!CanTryAddressFamily(address.AddressFamily)) 918if (CanTryAddressFamily(address.AddressFamily)) 1644if (!CanTryAddressFamily(remoteEP.AddressFamily)) 2540if (!CanTryAddressFamily(endPoint.AddressFamily)) 2576if (!CanTryAddressFamily(endPoint.AddressFamily)) 2752if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2774if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 2945if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 2994if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3786if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
694if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))