1 type derived from IPv6InterfaceProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPv6InterfaceProperties.cs (1)
6internal abstract class UnixIPv6InterfaceProperties : IPv6InterfaceProperties
4 references to IPv6InterfaceProperties
netstandard (1)
netstandard.cs (1)
1205[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv6InterfaceProperties))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
694[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv6InterfaceProperties))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
94public abstract IPv6InterfaceProperties GetIPv6Properties();
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
49public override IPv6InterfaceProperties GetIPv6Properties()