1 override of DomainName
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
86
public override string
DomainName
{
3 references to DomainName
System (3)
net\System\Net\cookiecontainer.cs (1)
122
string domain = IPGlobalProperties.InternalGetIPGlobalProperties().
DomainName
;
net\System\Net\Internal.cs (1)
160
return hostLower == hostnameLower || hostLower == hostnameLower + "." + ip.
DomainName
.ToLowerInvariant();
net\System\Net\webproxy.cs (1)
365
string local = "." + IPGlobalProperties.InternalGetIPGlobalProperties().
DomainName
;