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