Base:
property
AddressFamily
System.Net.EndPoint.AddressFamily
12 references to AddressFamily
System (12)
net\System\Net\Sockets\_MultipleConnectAsync.cs (4)
41GlobalLog.Assert(endPoint.AddressFamily == AddressFamily.Unspecified || 42endPoint.AddressFamily == AddressFamily.InterNetwork || 43endPoint.AddressFamily == AddressFamily.InterNetworkV6, 44"MultipleConnectAsync.StartConnectAsync(): Unexpected endpoint address family - " + endPoint.AddressFamily.ToString());
net\System\Net\Sockets\Socket.cs (8)
1016if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2752if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 7793if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) { 7889if (dnsEP.AddressFamily == AddressFamily.Unspecified) { 7892attemptSocket = new Socket(dnsEP.AddressFamily, socketType, protocolType);