WebClient Events
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
The WebClient type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() ![]() |
DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. |
![]() ![]() |
DownloadStringCompleted | Occurs when an asynchronous resource-download operation is completed. |
![]() ![]() |
OpenReadCompleted | Occurs when an asynchronous resource-read operation is completed. |
![]() ![]() |
OpenWriteCompleted | Occurs when an asynchronous operation to open a stream to write data to a resource 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. |
![]() ![]() |
WriteStreamClosed | Occurs when an asynchronous write stream operation completes. |
Top