2 writes to includeIPv6
System (2)
net\System\Net\DNS.cs (2)
653this.includeIPv6 = includeIPv6; 660this.includeIPv6 = includeIPv6;
2 references to includeIPv6
System (2)
net\System\Net\DNS.cs (2)
676hostEntry = InternalGetHostByAddress(result.address, result.includeIPv6); 679hostEntry = InternalGetHostByName(result.hostName, result.includeIPv6);