Enumerate open sockets/network connections

  • Thread starter Thread starter gmiley
  • Start date Start date
G

gmiley

I have looked around in System.Net{} and System.Net.Sockets{}
namespaces, but cannot seem to find a collection, or method for
obtaining an active connections collection.

I guess I am basically looking for a way to produce similar output as
what netstat would produce, but in a controled C# environment where
those enumerated connections could be manipulated.

Thanks for any help.

gm
 
Back
Top