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

◆ SystemIcmpV4Statistics()

System.Net.NetworkInformation.SystemIcmpV4Statistics.SystemIcmpV4Statistics ( )
inlinepackage

Definition at line 59 of file SystemIcmpV4Statistics.cs.

60 {
61 uint icmpStatistics = global::Interop.IpHlpApi.GetIcmpStatistics(out _stats);
62 if (icmpStatistics != 0)
63 {
64 throw new NetworkInformationException((int)icmpStatistics);
65 }
66 }
readonly global::Interop.IpHlpApi.MibIcmpInfo _stats

References System.Net.NetworkInformation.SystemIcmpV4Statistics._stats.