Advertisement
Atheuz

web request in .NET

Dec 29th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. WebClient client = new WebClient();
  2. string url = "http://www.google.com"
  3. string string= client.DownloadString(url);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement