H Hooyoo Dec 19, 2006 #1 Hello everyone, Please tell me some methods to get host name from ip address, thank you.
B beeswax Dec 19, 2006 #2 that is an easy one, System.Net.IPHostEntry ip = System.Net.Dns.GetHostByAddress("192.168.1.1"); string hostname = ip.HostName; Hooyoo schreef:
that is an easy one, System.Net.IPHostEntry ip = System.Net.Dns.GetHostByAddress("192.168.1.1"); string hostname = ip.HostName; Hooyoo schreef: