.Net Goodies
Code snippets and technology news that come across my daily life.
Saturday, May 16, 2009
List All Active IP Address in a Network using C#
using System.Net.NetWorkInformation;
IPGlobalProperties network = IPGlobalProperties. GetIPGlobalProperties();
TcpConnectionInformation[] connections = network. GetActiveTcpConnections();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment