I am just playing around with some web crawling, and I just have a question regarding getting host names, I am coming from this question regarding getting host names.
I'll use an example to ask my question,
e.g. Lets use google.com IP: 74.125.237.19
By using that method i.e.
Dns.GetHostEntry(IpAddress.Parse("74.125.237.19")).HostName
I get: syd01s04-in-f19.1e100.net
My question how do I get google.com instead?
Thanks