1 type derived from IPGlobalStatistics
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalStatistics.cs (1)
17
internal class SystemIPGlobalStatistics:
IPGlobalStatistics
{
4 references to IPGlobalStatistics
System (4)
net\System\Net\NetworkInformation\IPGlobalProperties.cs (2)
71
public abstract
IPGlobalStatistics
GetIPv4GlobalStatistics();
72
public abstract
IPGlobalStatistics
GetIPv6GlobalStatistics();
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
358
public override
IPGlobalStatistics
GetIPv4GlobalStatistics(){
361
public override
IPGlobalStatistics
GetIPv6GlobalStatistics(){