Click or drag to resize

StiWebClientEx Events

The StiWebClientEx type exposes the following members.

Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDownloadDataCompleted
Occurs when an asynchronous data download operation completes.
(Inherited from WebClient.)
Public eventDownloadFileCompleted
Occurs when an asynchronous file download operation completes.
(Inherited from WebClient.)
Public eventDownloadProgressChanged
Occurs when an asynchronous download operation successfully transfers some or all of the data.
(Inherited from WebClient.)
Public eventDownloadStringCompleted
Occurs when an asynchronous resource-download operation completes.
(Inherited from WebClient.)
Public eventOpenReadCompleted
Occurs when an asynchronous operation to open a stream containing a resource completes.
(Inherited from WebClient.)
Public eventOpenWriteCompleted
Occurs when an asynchronous operation to open a stream to write data to a resource completes.
(Inherited from WebClient.)
Public eventUploadDataCompleted
Occurs when an asynchronous data-upload operation completes.
(Inherited from WebClient.)
Public eventUploadFileCompleted
Occurs when an asynchronous file-upload operation completes.
(Inherited from WebClient.)
Public eventUploadProgressChanged
Occurs when an asynchronous upload operation successfully transfers some or all of the data.
(Inherited from WebClient.)
Public eventUploadStringCompleted
Occurs when an asynchronous string-upload operation completes.
(Inherited from WebClient.)
Public eventUploadValuesCompleted
Occurs when an asynchronous upload of a name/value collection completes.
(Inherited from WebClient.)
Top
See Also