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