1 type derived from TcpConnectionInformation
System (1)
net\System\Net\NetworkInformation\SystemTcpConnection.cs (1)
19
internal class SystemTcpConnectionInformation:
TcpConnectionInformation
{
6 references to TcpConnectionInformation
System (6)
net\System\Net\NetworkInformation\IPGlobalProperties.cs (1)
32
public abstract
TcpConnectionInformation
[] GetActiveTcpConnections();
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (5)
124
public override
TcpConnectionInformation
[] GetActiveTcpConnections(){
125
List<
TcpConnectionInformation
> list = new List<
TcpConnectionInformation
>();
127
foreach(
TcpConnectionInformation
connection in connections){
139
foreach(
TcpConnectionInformation
connection in connections){