1 type derived from IPInterfaceProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
10
internal abstract class UnixIPInterfaceProperties :
IPInterfaceProperties
4 references to IPInterfaceProperties
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)
146
public override
IPInterfaceProperties
GetIPProperties()
System\Net\NetworkInformation\NetworkInterface.cs (1)
64
public virtual
IPInterfaceProperties
GetIPProperties()