Get Host by IP adress

Posted on October 6, 2008. Filed under: Uncategorized |

Get Host by IP adress

 string IPAdress = “127.0.0.1″;
IPHostEntry IPHostEntryObject = Dns.GetHostEntry(IPAdress);
Console.WriteLine(IPHostEntryObject.HostName)

Make a Comment

Make a Comment: ( None so far )

You must be logged in to post a comment.

  • Tags

Liked it here?
Why not try sites on the blogroll...