1 type derived from IPv4InterfaceProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPv4InterfaceProperties.cs (1)
6internal abstract class UnixIPv4InterfaceProperties : IPv4InterfaceProperties
4 references to IPv4InterfaceProperties
netstandard (1)
netstandard.cs (1)
1203[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv4InterfaceProperties))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
692[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv4InterfaceProperties))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
88public abstract IPv4InterfaceProperties GetIPv4Properties();
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
44public override IPv4InterfaceProperties GetIPv4Properties()