6 references to InternalGetHostByAddress
System (6)
net\System\Net\DNS.cs (6)
307
IPHostEntry ipHostEntry =
InternalGetHostByAddress
(IPAddress.Parse(address), false);
339
IPHostEntry ipHostEntry =
InternalGetHostByAddress
(address, false);
519
ipHostEntry =
InternalGetHostByAddress
(address, false);
676
hostEntry =
InternalGetHostByAddress
(result.address, result.includeIPv6);
877
ipHostEntry =
InternalGetHostByAddress
(address, true);
906
IPHostEntry ipHostEntry =
InternalGetHostByAddress
(address, true);