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