document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Name                      MemberType Definition
  2. ----                      ---------- ----------
  3. Disposed                  Event      System.EventHandler Disposed(System.Object, System.EventArgs)
  4. DownloadDataCompleted     Event      System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted(System.Objec...
  5. DownloadFileCompleted     Event      System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted(System.O...
  6. DownloadProgressChanged   Event      System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged(System.O...
  7. DownloadStringCompleted   Event      System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted(System.O...
  8. OpenReadCompleted         Event      System.Net.OpenReadCompletedEventHandler OpenReadCompleted(System.Object, Syste...
  9. OpenWriteCompleted        Event      System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted(System.Object, Sys...
  10. UploadDataCompleted       Event      System.Net.UploadDataCompletedEventHandler UploadDataCompleted(System.Object, S...
  11. UploadFileCompleted       Event      System.Net.UploadFileCompletedEventHandler UploadFileCompleted(System.Object, S...
  12. UploadProgressChanged     Event      System.Net.UploadProgressChangedEventHandler UploadProgressChanged(System.Objec...
  13. UploadStringCompleted     Event      System.Net.UploadStringCompletedEventHandler UploadStringCompleted(System.Objec...
  14. UploadValuesCompleted     Event      System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted(System.Objec...
  15. WriteStreamClosed         Event      System.Net.WriteStreamClosedEventHandler WriteStreamClosed(System.Object, Syste...
  16. CancelAsync               Method     void CancelAsync()
  17. CreateObjRef              Method     System.Runtime.Remoting.ObjRef CreateObjRef(type requestedType)
  18. Dispose                   Method     void Dispose(), void IDisposable.Dispose()
  19. DownloadData              Method     byte[] DownloadData(string address), byte[] DownloadData(uri address)
  20. DownloadDataAsync         Method     void DownloadDataAsync(uri address), void DownloadDataAsync(uri address, System...
  21. DownloadDataTaskAsync     Method     System.Threading.Tasks.Task[byte[]] DownloadDataTaskAsync(string address), Syst...
  22. DownloadFile              Method     void DownloadFile(string address, string fileName), void DownloadFile(uri addre...
  23. DownloadFileAsync         Method     void DownloadFileAsync(uri address, string fileName), void DownloadFileAsync(ur...
  24. DownloadFileTaskAsync     Method     System.Threading.Tasks.Task DownloadFileTaskAsync(string address, string fileNa...
  25. DownloadString            Method     string DownloadString(string address), string DownloadString(uri address)
  26. DownloadStringAsync       Method     void DownloadStringAsync(uri address), void DownloadStringAsync(uri address, Sy...
  27. DownloadStringTaskAsync   Method     System.Threading.Tasks.Task[string] DownloadStringTaskAsync(string address), Sy...
  28. Equals                    Method     bool Equals(System.Object obj)
  29. GetHashCode               Method     int GetHashCode()
  30. GetLifetimeService        Method     System.Object GetLifetimeService()
  31. GetType                   Method     type GetType()
  32. InitializeLifetimeService Method     System.Object InitializeLifetimeService()
  33. OpenRead                  Method     System.IO.Stream OpenRead(string address), System.IO.Stream OpenRead(uri address)
  34. OpenReadAsync             Method     void OpenReadAsync(uri address), void OpenReadAsync(uri address, System.Object ...
  35. OpenReadTaskAsync         Method     System.Threading.Tasks.Task[System.IO.Stream] OpenReadTaskAsync(string address)...
  36. OpenWrite                 Method     System.IO.Stream OpenWrite(string address), System.IO.Stream OpenWrite(uri addr...
  37. OpenWriteAsync            Method     void OpenWriteAsync(uri address), void OpenWriteAsync(uri address, string metho...
  38. OpenWriteTaskAsync        Method     System.Threading.Tasks.Task[System.IO.Stream] OpenWriteTaskAsync(string address...
  39. ToString                  Method     string ToString()
  40. UploadData                Method     byte[] UploadData(string address, byte[] data), byte[] UploadData(uri address, ...
  41. UploadDataAsync           Method     void UploadDataAsync(uri address, byte[] data), void UploadDataAsync(uri addres...
  42. UploadDataTaskAsync       Method     System.Threading.Tasks.Task[byte[]] UploadDataTaskAsync(string address, byte[] ...
  43. UploadFile                Method     byte[] UploadFile(string address, string fileName), byte[] UploadFile(uri addre...
  44. UploadFileAsync           Method     void UploadFileAsync(uri address, string fileName), void UploadFileAsync(uri ad...
  45. UploadFileTaskAsync       Method     System.Threading.Tasks.Task[byte[]] UploadFileTaskAsync(string address, string ...
  46. UploadString              Method     string UploadString(string address, string data), string UploadString(uri addre...
  47. UploadStringAsync         Method     void UploadStringAsync(uri address, string data), void UploadStringAsync(uri ad...
  48. UploadStringTaskAsync     Method     System.Threading.Tasks.Task[string] UploadStringTaskAsync(string address, strin...
  49. UploadValues              Method     byte[] UploadValues(string address, System.Collections.Specialized.NameValueCol...
  50. UploadValuesAsync         Method     void UploadValuesAsync(uri address, System.Collections.Specialized.NameValueCol...
  51. UploadValuesTaskAsync     Method     System.Threading.Tasks.Task[byte[]] UploadValuesTaskAsync(string address, Syste...
  52. AllowReadStreamBuffering  Property   bool AllowReadStreamBuffering {get;set;}
  53. AllowWriteStreamBuffering Property   bool AllowWriteStreamBuffering {get;set;}
  54. BaseAddress               Property   string BaseAddress {get;set;}
  55. CachePolicy               Property   System.Net.Cache.RequestCachePolicy CachePolicy {get;set;}
  56. Container                 Property   System.ComponentModel.IContainer Container {get;}
  57. Credentials               Property   System.Net.ICredentials Credentials {get;set;}
  58. Encoding                  Property   System.Text.Encoding Encoding {get;set;}
  59. Headers                   Property   System.Net.WebHeaderCollection Headers {get;set;}
  60. IsBusy                    Property   bool IsBusy {get;}
  61. Proxy                     Property   System.Net.IWebProxy Proxy {get;set;}
  62. QueryString               Property   System.Collections.Specialized.NameValueCollection QueryString {get;set;}
  63. ResponseHeaders           Property   System.Net.WebHeaderCollection ResponseHeaders {get;}
  64. Site                      Property   System.ComponentModel.ISite Site {get;set;}
  65. UseDefaultCredentials     Property   bool UseDefaultCredentials {get;set;}
');