3 writes to HostName
System.Net.NameResolution (3)
System\Net\Dns.cs (3)
412HostName = newHostName!, 483HostName = hostName!, 640HostName = address.ToString(),
5 references to HostName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
60s_machineName = Dns.GetHostEntryAsync(String.Empty).GetAwaiter().GetResult().HostName;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
145hostName = result.HostName;
System.Net.HttpListener (2)
System\Net\ServiceNameStore.cs (2)
281string machineName = Dns.GetHostEntry(string.Empty).HostName; 299string fqdn = Dns.GetHostEntry(hostname).HostName;
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\DnsCache.cs (1)
40s_machineName = Dns.GetHostEntry(string.Empty).HostName;