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

◆ GetIPv6GlobalStatistics()

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

Definition at line 255 of file SystemIPGlobalProperties.cs.

256 {
257 return new SystemIPGlobalStatistics(AddressFamily.InterNetworkV6);
258 }