1 type derived from TcpStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
8internal sealed class LinuxTcpStatistics : TcpStatistics
6 references to TcpStatistics
netstandard (1)
netstandard.cs (1)
1230[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpStatistics))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
722[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpStatistics))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\IPGlobalProperties.cs (2)
78public abstract TcpStatistics GetTcpIPv4Statistics(); 81public abstract TcpStatistics GetTcpIPv6Statistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (2)
47public override TcpStatistics GetTcpIPv4Statistics() 52public override TcpStatistics GetTcpIPv6Statistics()