Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. try
  2. {
  3. using (var client = new WebClient())
  4. {
  5. //client.Proxy = proxy;
  6. data = client.DownloadString(@"http://www.uorenaissance.com/?page=m_factionstatus&cachebuster=" + new Random().Next(0, 99999).ToString(CultureInfo.InvariantCulture));
  7. //proxyFactory.Forgive(proxy);
  8. }
  9. }
  10. catch (WebException we)
  11. {
  12. //proxyFactory.Demerit(proxy);
  13.  
  14. return this.GetData();
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement