Get Host by IP adress
Get Host by IP adress
string IPAdress = “127.0.0.1″;
IPHostEntry IPHostEntryObject = Dns.GetHostEntry(IPAdress);
Console.WriteLine(IPHostEntryObject.HostName)
Read Full Post | Make a Comment ( None so far )
string IPAdress = “127.0.0.1″;
IPHostEntry IPHostEntryObject = Dns.GetHostEntry(IPAdress);
Console.WriteLine(IPHostEntryObject.HostName)
Just another WordPress.com weblog
Liked it here?
Why not try sites on the blogroll...