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