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

◆ SystemIcmpV6Statistics()

System.Net.NetworkInformation.SystemIcmpV6Statistics.SystemIcmpV6Statistics ( )
inlinepackage

Definition at line 73 of file SystemIcmpV6Statistics.cs.

74 {
75 uint icmpStatisticsEx = global::Interop.IpHlpApi.GetIcmpStatisticsEx(out _stats, AddressFamily.InterNetworkV6);
76 if (icmpStatisticsEx != 0)
77 {
78 throw new NetworkInformationException((int)icmpStatisticsEx);
79 }
80 }
readonly global::Interop.IpHlpApi.MibIcmpInfoEx _stats

References System.Net.NetworkInformation.SystemIcmpV6Statistics._stats.