Guest User

Untitled

a guest
Jan 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <configuration>
  2. <uri>
  3. <idn enabled="All" />
  4. <iriParsing enabled="true" />
  5. </uri>
  6. </configuration>
  7.  
  8. var client = new WebClient();
  9. client.Headers.Add("user-agent", "Mozilla / 4.0(compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident / 7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Tablet PC 2.0)");
  10. var download = client.DownloadString(new Uri("https://~"));
Add Comment
Please, Sign In to add comment