4 references to IsLocalhostSubdomain
System.Net.NameResolution (4)
System\Net\Dns.cs (4)
513
if (
IsLocalhostSubdomain
(hostName))
525
else if (addresses.Length == 0 &&
IsLocalhostSubdomain
(hostName))
717
bool isLocalhostSubdomain =
IsLocalhostSubdomain
(hostName);
773
bool isLocalhostSubdomain =
IsLocalhostSubdomain
(hostName);