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

◆ GetTcpIPv4Statistics()

override TcpStatistics System.Net.NetworkInformation.SystemIPGlobalProperties.GetTcpIPv4Statistics ( )
inline

Definition at line 260 of file SystemIPGlobalProperties.cs.

261 {
262 return new SystemTcpStatistics(AddressFamily.InterNetwork);
263 }