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