1 type derived from IPGlobalProperties
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
12internal class SystemIPGlobalProperties:IPGlobalProperties {
7 references to IPGlobalProperties
System (7)
net\System\Net\cookiecontainer.cs (1)
122string domain = IPGlobalProperties.InternalGetIPGlobalProperties().DomainName;
net\System\Net\Internal.cs (2)
158IPGlobalProperties ip = IPGlobalProperties.InternalGetIPGlobalProperties();
net\System\Net\mail\SmtpClient.cs (1)
175string clientDomainRaw = IPGlobalProperties.InternalGetIPGlobalProperties().HostName;
net\System\Net\NetworkInformation\IPGlobalProperties.cs (2)
14public static IPGlobalProperties GetIPGlobalProperties() 20internal static IPGlobalProperties InternalGetIPGlobalProperties()
net\System\Net\webproxy.cs (1)
365string local = "." + IPGlobalProperties.InternalGetIPGlobalProperties().DomainName;