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

◆ GetIPv4GlobalStatistics()

override IPGlobalStatistics System.Net.NetworkInformation.SystemIPGlobalProperties.GetIPv4GlobalStatistics ( )
inline

Definition at line 250 of file SystemIPGlobalProperties.cs.

251 {
252 return new SystemIPGlobalStatistics(AddressFamily.InterNetwork);
253 }