Prev: Checked and Unchecked operators don’t seem to be working when…
Next: Visual Web Developer 2010 Express - connect to MySQL
From: Maanu on 16 Jun 2010 00:29 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! |