What is the best way to issue a http get in VB.net? I want to get the result of a request like http://api.hostip.info/?ip=68.180.206.184
The easiest way is System.Net.WebClient.DownloadFile or DownloadString.
System.Net.WebClient.DownloadFile
DownloadString