1 type derived from IPGlobalProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (1)
13internal abstract class UnixIPGlobalProperties : IPGlobalProperties
7 references to IPGlobalProperties
Aspire.Dashboard.Tests (2)
Integration\ServerRetryHelper.cs (2)
104var properties = IPGlobalProperties.GetIPGlobalProperties();
netstandard (1)
netstandard.cs (1)
1198[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalProperties))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
687[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalProperties))]
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
117string clientDomainRaw = IPGlobalProperties.GetIPGlobalProperties().HostName;
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\IPGlobalProperties.cs (1)
18public static IPGlobalProperties GetIPGlobalProperties()
System\Net\NetworkInformation\IPGlobalPropertiesPal.Linux.cs (1)
8public static IPGlobalProperties GetIPGlobalProperties()