1 type derived from IcmpV4Statistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV4Statistics.cs (1)
6internal sealed class LinuxIcmpV4Statistics : IcmpV4Statistics
4 references to IcmpV4Statistics
netstandard (1)
netstandard.cs (1)
1193[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IcmpV4Statistics))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
682[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IcmpV4Statistics))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\IPGlobalProperties.cs (1)
96public abstract IcmpV4Statistics GetIcmpV4Statistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (1)
27public override IcmpV4Statistics GetIcmpV4Statistics()