This blog is moved to
http://amalhashim.wordpress.com

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: