Why don't you check your DNS server?How to Get The Ip address of all the systems connected in my sytem using asp.net(c#)?
using System.Net.NetWorkInformation;
//the network
IPGlobalProperties myNetwork = IPGlobalProperties.GetIPGlobalProperties鈥?br>
//gets the array of connections
TcpConnectionInformation[] networkConnections = myNetwork.GetActiveTcpConnections();
No comments:
Post a Comment