1 type derived from TcpConnectionInformation
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\SimpleTcpConnectionInformation.Unix.cs (1)
6
internal 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)
38
public abstract
TcpConnectionInformation
[] GetActiveTcpConnections();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (1)
9
public override
TcpConnectionInformation
[] GetActiveTcpConnections()
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (6)
25
internal static
TcpConnectionInformation
[] ParseActiveTcpConnectionsFromFiles(string? tcp4ConnectionsFile, string? tcp6ConnectionsFile)
63
TcpConnectionInformation
[] connections = new
TcpConnectionInformation
[count];
150
TcpConnectionInformation
ti = ParseTcpConnectionInformationFromLine(v4connections[i]);
165
TcpConnectionInformation
ti = ParseTcpConnectionInformationFromLine(v6connections[i]);
245
internal static
TcpConnectionInformation
ParseTcpConnectionInformationFromLine(string line)