1 type derived from IPInterfaceStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
13internal sealed class LinuxIPInterfaceStatistics : IPInterfaceStatistics
4 references to IPInterfaceStatistics
netstandard (1)
netstandard.cs (1)
1201[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPInterfaceStatistics))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
690[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPInterfaceStatistics))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
151public override IPInterfaceStatistics GetIPStatistics()
System\Net\NetworkInformation\NetworkInterface.cs (1)
74public virtual IPInterfaceStatistics GetIPStatistics()