StiWebClientEx Events |
The StiWebClientEx type exposes the following members.
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
| DownloadDataCompleted | Occurs when an asynchronous data download operation completes. (Inherited from WebClient.) | |
| DownloadFileCompleted | Occurs when an asynchronous file download operation completes. (Inherited from WebClient.) | |
| DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. (Inherited from WebClient.) | |
| DownloadStringCompleted | Occurs when an asynchronous resource-download operation completes. (Inherited from WebClient.) | |
| OpenReadCompleted | Occurs when an asynchronous operation to open a stream containing a resource completes. (Inherited from WebClient.) | |
| OpenWriteCompleted | Occurs when an asynchronous operation to open a stream to write data to a resource completes. (Inherited from WebClient.) | |
| UploadDataCompleted | Occurs when an asynchronous data-upload operation completes. (Inherited from WebClient.) | |
| UploadFileCompleted | Occurs when an asynchronous file-upload operation completes. (Inherited from WebClient.) | |
| UploadProgressChanged | Occurs when an asynchronous upload operation successfully transfers some or all of the data. (Inherited from WebClient.) | |
| UploadStringCompleted | Occurs when an asynchronous string-upload operation completes. (Inherited from WebClient.) | |
| UploadValuesCompleted | Occurs when an asynchronous upload of a name/value collection completes. (Inherited from WebClient.) |