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