1 type derived from IPGlobalStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
11internal sealed class LinuxIPGlobalStatistics : IPGlobalStatistics
6 references to IPGlobalStatistics
netstandard (1)
netstandard.cs (1)
1199[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalStatistics))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
688[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalStatistics))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\IPGlobalProperties.cs (2)
107public abstract IPGlobalStatistics GetIPv4GlobalStatistics(); 113public abstract IPGlobalStatistics GetIPv6GlobalStatistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (2)
37public override IPGlobalStatistics GetIPv4GlobalStatistics() 42public override IPGlobalStatistics GetIPv6GlobalStatistics()