AllowReadStreamBuffering | System.Net.WebClient | |
AllowWriteStreamBuffering | System.Net.WebClient | |
BaseAddress | System.Net.WebClient | |
CachePolicy | System.Net.WebClient | |
CancelAsync() | System.Net.WebClient | |
CanRaiseEvents | System.ComponentModel.Component | protected |
Container | System.ComponentModel.Component | |
CreateObjRef(Type requestedType) | System.MarshalByRefObject | virtual |
Credentials | System.Net.WebClient | |
DesignMode | System.ComponentModel.Component | protected |
Dispose() | System.ComponentModel.Component | |
Dispose(bool disposing) | System.ComponentModel.Component | protectedvirtual |
Disposed | System.ComponentModel.Component | |
DownloadData(string address) | System.Net.WebClient | |
DownloadData(Uri address) | System.Net.WebClient | |
DownloadDataAsync(Uri address) | System.Net.WebClient | |
DownloadDataAsync(Uri address, object userToken) | System.Net.WebClient | |
DownloadDataCompleted | System.Net.WebClient | |
DownloadDataTaskAsync(string address) | System.Net.WebClient | |
DownloadDataTaskAsync(Uri address) | System.Net.WebClient | |
DownloadFile(string address, string fileName) | System.Net.WebClient | |
DownloadFile(Uri address, string fileName) | System.Net.WebClient | |
DownloadFileAsync(Uri address, string fileName) | System.Net.WebClient | |
DownloadFileAsync(Uri address, string fileName, object userToken) | System.Net.WebClient | |
DownloadFileCompleted | System.Net.WebClient | |
DownloadFileTaskAsync(string address, string fileName) | System.Net.WebClient | |
DownloadFileTaskAsync(Uri address, string fileName) | System.Net.WebClient | |
DownloadProgressChanged | System.Net.WebClient | |
DownloadString(string address) | System.Net.WebClient | |
DownloadString(Uri address) | System.Net.WebClient | |
DownloadStringAsync(Uri address) | System.Net.WebClient | |
DownloadStringAsync(Uri address, object userToken) | System.Net.WebClient | |
DownloadStringCompleted | System.Net.WebClient | |
DownloadStringTaskAsync(string address) | System.Net.WebClient | |
DownloadStringTaskAsync(Uri address) | System.Net.WebClient | |
Encoding | System.Net.WebClient | |
Events | System.ComponentModel.Component | protected |
GetLifetimeService() | System.MarshalByRefObject | |
GetService(Type service) | System.ComponentModel.Component | protectedvirtual |
GetWebRequest(Uri address) | System.Net.WebClient | protectedvirtual |
GetWebResponse(WebRequest request) | System.Net.WebClient | protectedvirtual |
GetWebResponse(WebRequest request, IAsyncResult result) | System.Net.WebClient | protectedvirtual |
Headers | System.Net.WebClient | |
InitializeLifetimeService() | System.MarshalByRefObject | virtual |
IsBusy | System.Net.WebClient | |
MemberwiseClone(bool cloneIdentity) | System.MarshalByRefObject | protected |
OnDownloadDataCompleted(DownloadDataCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnDownloadFileCompleted(AsyncCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnDownloadProgressChanged(DownloadProgressChangedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnDownloadStringCompleted(DownloadStringCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnOpenReadCompleted(OpenReadCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnOpenWriteCompleted(OpenWriteCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnUploadDataCompleted(UploadDataCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnUploadFileCompleted(UploadFileCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnUploadProgressChanged(UploadProgressChangedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnUploadStringCompleted(UploadStringCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnUploadValuesCompleted(UploadValuesCompletedEventArgs e) | System.Net.WebClient | protectedvirtual |
OnWriteStreamClosed(WriteStreamClosedEventArgs e) | System.Net.WebClient | protectedvirtual |
OpenRead(string address) | System.Net.WebClient | |
OpenRead(Uri address) | System.Net.WebClient | |
OpenReadAsync(Uri address) | System.Net.WebClient | |
OpenReadAsync(Uri address, object userToken) | System.Net.WebClient | |
OpenReadCompleted | System.Net.WebClient | |
OpenReadTaskAsync(string address) | System.Net.WebClient | |
OpenReadTaskAsync(Uri address) | System.Net.WebClient | |
OpenWrite(string address) | System.Net.WebClient | |
OpenWrite(Uri address) | System.Net.WebClient | |
OpenWrite(string address, string method) | System.Net.WebClient | |
OpenWrite(Uri address, string method) | System.Net.WebClient | |
OpenWriteAsync(Uri address) | System.Net.WebClient | |
OpenWriteAsync(Uri address, string method) | System.Net.WebClient | |
OpenWriteAsync(Uri address, string method, object userToken) | System.Net.WebClient | |
OpenWriteCompleted | System.Net.WebClient | |
OpenWriteTaskAsync(string address) | System.Net.WebClient | |
OpenWriteTaskAsync(Uri address) | System.Net.WebClient | |
OpenWriteTaskAsync(string address, string method) | System.Net.WebClient | |
OpenWriteTaskAsync(Uri address, string method) | System.Net.WebClient | |
Proxy | System.Net.WebClient | |
QueryString | System.Net.WebClient | |
ResponseHeaders | System.Net.WebClient | |
Site | System.ComponentModel.Component | |
ToString() | System.ComponentModel.Component | |
UploadData(string address, byte[] data) | System.Net.WebClient | |
UploadData(Uri address, byte[] data) | System.Net.WebClient | |
UploadData(string address, string method, byte[] data) | System.Net.WebClient | |
UploadData(Uri address, string method, byte[] data) | System.Net.WebClient | |
UploadDataAsync(Uri address, byte[] data) | System.Net.WebClient | |
UploadDataAsync(Uri address, string method, byte[] data) | System.Net.WebClient | |
UploadDataAsync(Uri address, string method, byte[] data, object userToken) | System.Net.WebClient | |
UploadDataCompleted | System.Net.WebClient | |
UploadDataTaskAsync(string address, byte[] data) | System.Net.WebClient | |
UploadDataTaskAsync(Uri address, byte[] data) | System.Net.WebClient | |
UploadDataTaskAsync(string address, string method, byte[] data) | System.Net.WebClient | |
UploadDataTaskAsync(Uri address, string method, byte[] data) | System.Net.WebClient | |
UploadFile(string address, string fileName) | System.Net.WebClient | |
UploadFile(Uri address, string fileName) | System.Net.WebClient | |
UploadFile(string address, string method, string fileName) | System.Net.WebClient | |
UploadFile(Uri address, string method, string fileName) | System.Net.WebClient | |
UploadFileAsync(Uri address, string fileName) | System.Net.WebClient | |
UploadFileAsync(Uri address, string method, string fileName) | System.Net.WebClient | |
UploadFileAsync(Uri address, string method, string fileName, object userToken) | System.Net.WebClient | |
UploadFileCompleted | System.Net.WebClient | |
UploadFileTaskAsync(string address, string fileName) | System.Net.WebClient | |
UploadFileTaskAsync(Uri address, string fileName) | System.Net.WebClient | |
UploadFileTaskAsync(string address, string method, string fileName) | System.Net.WebClient | |
UploadFileTaskAsync(Uri address, string method, string fileName) | System.Net.WebClient | |
UploadProgressChanged | System.Net.WebClient | |
UploadString(string address, string data) | System.Net.WebClient | |
UploadString(Uri address, string data) | System.Net.WebClient | |
UploadString(string address, string method, string data) | System.Net.WebClient | |
UploadString(Uri address, string method, string data) | System.Net.WebClient | |
UploadStringAsync(Uri address, string data) | System.Net.WebClient | |
UploadStringAsync(Uri address, string method, string data) | System.Net.WebClient | |
UploadStringAsync(Uri address, string method, string data, object userToken) | System.Net.WebClient | |
UploadStringCompleted | System.Net.WebClient | |
UploadStringTaskAsync(string address, string data) | System.Net.WebClient | |
UploadStringTaskAsync(Uri address, string data) | System.Net.WebClient | |
UploadStringTaskAsync(string address, string method, string data) | System.Net.WebClient | |
UploadStringTaskAsync(Uri address, string method, string data) | System.Net.WebClient | |
UploadValues(string address, NameValueCollection data) | System.Net.WebClient | |
UploadValues(Uri address, NameValueCollection data) | System.Net.WebClient | |
UploadValues(string address, string method, NameValueCollection data) | System.Net.WebClient | |
UploadValues(Uri address, string method, NameValueCollection data) | System.Net.WebClient | |
UploadValuesAsync(Uri address, NameValueCollection data) | System.Net.WebClient | |
UploadValuesAsync(Uri address, string method, NameValueCollection data) | System.Net.WebClient | |
UploadValuesAsync(Uri address, string method, NameValueCollection data, object userToken) | System.Net.WebClient | |
UploadValuesCompleted | System.Net.WebClient | |
UploadValuesTaskAsync(string address, NameValueCollection data) | System.Net.WebClient | |
UploadValuesTaskAsync(string address, string method, NameValueCollection data) | System.Net.WebClient | |
UploadValuesTaskAsync(Uri address, NameValueCollection data) | System.Net.WebClient | |
UploadValuesTaskAsync(Uri address, string method, NameValueCollection data) | System.Net.WebClient | |
UseDefaultCredentials | System.Net.WebClient | |
WebClient() | System.Net.WebClient | |
WriteStreamClosed | System.Net.WebClient | |