I can\'t call new WebClient.DownloadString(IP); but I can call new WebClient.DownloadString(URL); - if I call the first one, I get the error
new WebClient.DownloadString(IP);
new WebClient.DownloadString(URL);