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