1 instantiation of MibIpStats
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalStatistics.cs (1)
18
MibIpStats stats = new
MibIpStats
();
2 references to MibIpStats
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalStatistics.cs (1)
18
MibIpStats
stats = new MibIpStats();
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
613
internal extern static uint GetIpStatisticsEx(out
MibIpStats
statistics, AddressFamily family);