Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SystemIPGlobalStatistics()

System.Net.NetworkInformation.SystemIPGlobalStatistics.SystemIPGlobalStatistics ( AddressFamily family)
inlinepackage

Definition at line 53 of file SystemIPGlobalStatistics.cs.

54 {
55 uint ipStatisticsEx = global::Interop.IpHlpApi.GetIpStatisticsEx(out _stats, family);
56 if (ipStatisticsEx != 0)
57 {
58 throw new NetworkInformationException((int)ipStatisticsEx);
59 }
60 }
readonly global::Interop.IpHlpApi.MibIpStats _stats

References System.Net.NetworkInformation.SystemIPGlobalStatistics._stats.