6 references to GetIPGlobalProperties
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
57var properties = IPGlobalProperties.GetIPGlobalProperties();
Interop.FunctionalTests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
57var properties = IPGlobalProperties.GetIPGlobalProperties();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
57var properties = IPGlobalProperties.GetIPGlobalProperties();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
57var properties = IPGlobalProperties.GetIPGlobalProperties();
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
125string clientDomainRaw = IPGlobalProperties.GetIPGlobalProperties().HostName;
System.Net.WebProxy (1)
System\Net\WebProxy.NonBrowser.cs (1)
41string local = s_domainName ??= "." + IPGlobalProperties.GetIPGlobalProperties().DomainName;