Advertisement
kavallo

Get URL String

Apr 9th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. WebClient webClient = new WebClient();
  2. string IP = webClient.DownloadString("http://myip.ozymo.com/");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement