4 references to IsLocalhostSubdomain
System.Net.NameResolution (4)
System\Net\Dns.cs (4)
517
if (
IsLocalhostSubdomain
(hostName))
529
else if (addresses.Length == 0 &&
IsLocalhostSubdomain
(hostName))
730
bool isLocalhostSubdomain =
IsLocalhostSubdomain
(hostName);
786
bool isLocalhostSubdomain =
IsLocalhostSubdomain
(hostName);