From: Maanu on
Hi,

I would like to know the active TCP connections established from a listening
port. How can I get that?

I got the active TCP connectionss using
IPGlobalProperties.GetActiveTcpConnections.
I got the active TCP listeners using IPGlobalProperties.GetActiveTcpListeners

But I cannot link the two items

Thanks!