Classes to see network connections in windows system

May 30 2008 9:11 AM

Im new to C# . I want to see all my network connections. I'm using net use command in the command prompt to see all the network connections. And using some options to the net command to remove the network connection from my Windows system. Now I want to create a small application to see all the network connections in my windows system and delete or add a connection if needed. Can you help me in this I need the necessary classes in C# to see the list of network connections and other operations regarding this.


Answers (1)