2 instantiations of SystemTcpConnectionInformation
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
180tcpConnections.Add(new SystemTcpConnectionInformation(tcpRow)); 231tcpConnections.Add(new SystemTcpConnectionInformation(tcp6RowOwnerPid));
5 references to SystemTcpConnectionInformation
System (5)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (5)
126List<SystemTcpConnectionInformation> connections = GetAllTcpConnections(); 138List<SystemTcpConnectionInformation> connections = GetAllTcpConnections(); 151private List<SystemTcpConnectionInformation> GetAllTcpConnections() { 155List<SystemTcpConnectionInformation> tcpConnections = new List<SystemTcpConnectionInformation>();