1 type derived from TcpStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
8
internal 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)
78
public abstract
TcpStatistics
GetTcpIPv4Statistics();
81
public abstract
TcpStatistics
GetTcpIPv6Statistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (2)
47
public override
TcpStatistics
GetTcpIPv4Statistics()
52
public override
TcpStatistics
GetTcpIPv6Statistics()