WebClient Events
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Disposed | |
![]() | DownloadDataCompleted | Occurs when an asynchronous data download operation completes. |
![]() | DownloadFileCompleted | Occurs when an asynchronous file download operation completes. |
![]() | DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. |
![]() | DownloadStringCompleted | Occurs when an asynchronous resource-download operation completes. |
![]() | OpenReadCompleted | Occurs when an asynchronous operation to open a stream containing a resource completes. |
![]() | OpenWriteCompleted | Occurs when an asynchronous operation to open a stream to write data to a resource completes. |
![]() | UploadDataCompleted | Occurs when an asynchronous data-upload operation completes. |
![]() | UploadFileCompleted | Occurs when an asynchronous file-upload operation completes. |
![]() | UploadProgressChanged | Occurs when an asynchronous upload operation successfully transfers some or all of the data. |
![]() | UploadStringCompleted | Occurs when an asynchronous string-upload operation completes. |
![]() | UploadValuesCompleted | Occurs when an asynchronous upload of a name/value collection completes. |
![]() | WriteStreamClosed | Obsolete. Occurs when an asynchronous operation to write data to a resource using a write stream is closed. |
