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

◆ SystemUdpStatistics()

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

Definition at line 19 of file SystemUdpStatistics.cs.

20 {
21 uint udpStatisticsEx = global::Interop.IpHlpApi.GetUdpStatisticsEx(out _stats, family);
22 if (udpStatisticsEx != 0)
23 {
24 throw new NetworkInformationException((int)udpStatisticsEx);
25 }
26 }
readonly global::Interop.IpHlpApi.MibUdpStats _stats

References System.Net.NetworkInformation.SystemUdpStatistics._stats.