2 references to GetTcpTable
System (2)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
161
result = UnsafeNetInfoNativeMethods.
GetTcpTable
(SafeLocalFree.Zero, ref size, true);
167
result = UnsafeNetInfoNativeMethods.
GetTcpTable
(buffer, ref size, true);