3 references to LegacySupportsIPv6
System (3)
net\System\Net\DNS.cs (3)
236if ( Socket.LegacySupportsIPv6 || includeIPv6) { 356if ( Socket.LegacySupportsIPv6 || includeIPv6) { 515if (IPAddress.TryParse(hostName, out address) && (address.AddressFamily != AddressFamily.InterNetworkV6 || Socket.LegacySupportsIPv6))