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

◆ SystemTcpStatistics()

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

Definition at line 37 of file SystemTcpStatistics.cs.

38 {
39 uint tcpStatisticsEx = global::Interop.IpHlpApi.GetTcpStatisticsEx(out _stats, family);
40 if (tcpStatisticsEx != 0)
41 {
42 throw new NetworkInformationException((int)tcpStatisticsEx);
43 }
44 }
readonly global::Interop.IpHlpApi.MibTcpStats _stats

References System.Net.NetworkInformation.SystemTcpStatistics._stats.