1 override of HostName
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (1)
27public override string HostName { get { return HostInformation.HostName; } }
1 reference to HostName
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
125string clientDomainRaw = IPGlobalProperties.GetIPGlobalProperties().HostName;