4 references to MibTcpRow
System (4)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (3)
179
MibTcpRow
tcpRow = (
MibTcpRow
)Marshal.PtrToStructure(newPtr, typeof(
MibTcpRow
));
net\System\Net\NetworkInformation\SystemTcpConnection.cs (1)
24
internal SystemTcpConnectionInformation(
MibTcpRow
row) {