1 override of HostName
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
72public override string HostName{
2 references to HostName
System (2)
net\System\Net\Internal.cs (1)
159string hostnameLower = ip.HostName.ToLowerInvariant();
net\System\Net\mail\SmtpClient.cs (1)
175string clientDomainRaw = IPGlobalProperties.InternalGetIPGlobalProperties().HostName;