2 writes to hostName
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
77
hostName
= FixedInfo.HostName;
91
hostName
= FixedInfo.HostName;
3 references to hostName
System (3)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (3)
74
if(
hostName
== null){
76
if(
hostName
== null){
82
return
hostName
;