1 type derived from TcpConnectionInformation
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\SimpleTcpConnectionInformation.Unix.cs (1)
6internal sealed class SimpleTcpConnectionInformation : TcpConnectionInformation
10 references to TcpConnectionInformation
netstandard (1)
netstandard.cs (1)
1228[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpConnectionInformation))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
720[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpConnectionInformation))]
System.Net.NetworkInformation (8)
System\Net\NetworkInformation\IPGlobalProperties.cs (1)
38public abstract TcpConnectionInformation[] GetActiveTcpConnections();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (1)
9public override TcpConnectionInformation[] GetActiveTcpConnections()
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (6)
25internal static TcpConnectionInformation[] ParseActiveTcpConnectionsFromFiles(string? tcp4ConnectionsFile, string? tcp6ConnectionsFile) 63TcpConnectionInformation[] connections = new TcpConnectionInformation[count]; 150TcpConnectionInformation ti = ParseTcpConnectionInformationFromLine(v4connections[i]); 165TcpConnectionInformation ti = ParseTcpConnectionInformationFromLine(v6connections[i]); 245internal static TcpConnectionInformation ParseTcpConnectionInformationFromLine(string line)