How to list network connections
-
Hi all, IN my c# application i want to display the current list of network connection of a system. How can i do it ? Thanks in advance.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
-
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
http://masonr.wordpress.com/2008/07/23/25/[^]
-ambarish-
-
Hi all, IN my c# application i want to display the current list of network connection of a system. How can i do it ? Thanks in advance.
The System.Net.NetworkInformation.NetworkInterface[^] class is probably what you are after, specifically the GetAllNetworkInterfaces()[^] method.