1 type derived from IPGlobalStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
11
internal 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)
107
public abstract
IPGlobalStatistics
GetIPv4GlobalStatistics();
113
public abstract
IPGlobalStatistics
GetIPv6GlobalStatistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (2)
37
public override
IPGlobalStatistics
GetIPv4GlobalStatistics()
42
public override
IPGlobalStatistics
GetIPv6GlobalStatistics()