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