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

◆ GetTcpIPv6Statistics()

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

Definition at line 265 of file SystemIPGlobalProperties.cs.

266 {
267 return new SystemTcpStatistics(AddressFamily.InterNetworkV6);
268 }