4 references to InternalGetIPGlobalProperties
System (4)
net\System\Net\cookiecontainer.cs (1)
122string domain = IPGlobalProperties.InternalGetIPGlobalProperties().DomainName;
net\System\Net\Internal.cs (1)
158IPGlobalProperties ip = IPGlobalProperties.InternalGetIPGlobalProperties();
net\System\Net\mail\SmtpClient.cs (1)
175string clientDomainRaw = IPGlobalProperties.InternalGetIPGlobalProperties().HostName;
net\System\Net\webproxy.cs (1)
365string local = "." + IPGlobalProperties.InternalGetIPGlobalProperties().DomainName;