1 type derived from IPInterfaceProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
10
internal abstract class UnixIPInterfaceProperties :
IPInterfaceProperties
5 references to IPInterfaceProperties
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Resolver\NetworkInfo.cs (1)
18
IPInterfaceProperties
properties = nic.GetIPProperties();
netstandard (1)
netstandard.cs (1)
1200
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
IPInterfaceProperties
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
689
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
IPInterfaceProperties
))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
148
public override
IPInterfaceProperties
GetIPProperties()
System\Net\NetworkInformation\NetworkInterface.cs (1)
64
public virtual
IPInterfaceProperties
GetIPProperties()