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
Public eventSupported by Silverlight for Windows Phone DownloadProgressChanged Occurs when an asynchronous download operation successfully transfers some or all of the data.
Public eventSupported by Silverlight for Windows Phone DownloadStringCompleted Occurs when an asynchronous resource-download operation is completed.
Public eventSupported by Silverlight for Windows Phone OpenReadCompleted Occurs when an asynchronous resource-read operation is completed.
Public eventSupported by Silverlight for Windows Phone OpenWriteCompleted Occurs when an asynchronous operation to open a stream to write data to a resource completes.
Public eventSupported by Silverlight for Windows Phone UploadProgressChanged Occurs when an asynchronous upload operation successfully transfers some or all of the data.
Public eventSupported by Silverlight for Windows Phone UploadStringCompleted Occurs when an asynchronous string-upload operation completes.
Public eventSupported by Silverlight for Windows Phone WriteStreamClosed Occurs when an asynchronous write stream operation completes.

Top