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