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

◆ GetUdpIPv6Statistics()

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

Definition at line 275 of file SystemIPGlobalProperties.cs.

276 {
277 return new SystemUdpStatistics(AddressFamily.InterNetworkV6);
278 }