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

◆ GetUdpIPv4Statistics()

override UdpStatistics System.Net.NetworkInformation.SystemIPGlobalProperties.GetUdpIPv4Statistics ( )
inline

Definition at line 270 of file SystemIPGlobalProperties.cs.

271 {
272 return new SystemUdpStatistics(AddressFamily.InterNetwork);
273 }