Click or drag to resize
Virtual Care WebClientWrapper Events

[This is preliminary documentation and is subject to change.]

The WebClientWrapper type exposes the following members.

Events
  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public event DownloadDataCompleted
Occurs when an asynchronous data download operation completes.
(Inherited from WebClient.)
Public event DownloadFileCompleted
Occurs when an asynchronous file download operation completes.
(Inherited from WebClient.)
Public event DownloadProgressChanged
Occurs when an asynchronous download operation successfully transfers some or all of the data.
(Inherited from WebClient.)
Public event DownloadStringCompleted
Occurs when an asynchronous resource-download operation completes.
(Inherited from WebClient.)
Public event OpenReadCompleted
Occurs when an asynchronous operation to open a stream containing a resource completes.
(Inherited from WebClient.)
Public event OpenWriteCompleted
Occurs when an asynchronous operation to open a stream to write data to a resource completes.
(Inherited from WebClient.)
Public event UploadDataCompleted
Occurs when an asynchronous data-upload operation completes.
(Inherited from WebClient.)
Public event UploadFileCompleted
Occurs when an asynchronous file-upload operation completes.
(Inherited from WebClient.)
Public event UploadProgressChanged
Occurs when an asynchronous upload operation successfully transfers some or all of the data.
(Inherited from WebClient.)
Public event UploadStringCompleted
Occurs when an asynchronous string-upload operation completes.
(Inherited from WebClient.)
Public event UploadValuesCompleted
Occurs when an asynchronous upload of a name/value collection completes.
(Inherited from WebClient.)
Public event WriteStreamClosed Obsolete.
Occurs when an asynchronous operation to write data to a resource using a write stream is closed.
(Inherited from WebClient.)
Top
See Also