1 type derived from IcmpV6Statistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
6
internal sealed class LinuxIcmpV6Statistics :
IcmpV6Statistics
4 references to IcmpV6Statistics
netstandard (1)
netstandard.cs (1)
1194
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
IcmpV6Statistics
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
683
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
IcmpV6Statistics
))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\IPGlobalProperties.cs (1)
102
public abstract
IcmpV6Statistics
GetIcmpV6Statistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (1)
32
public override
IcmpV6Statistics
GetIcmpV6Statistics()