WebClient.UploadStringCompleted Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when an asynchronous string-upload operation completes.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

Syntax

Public Event UploadStringCompleted As UploadStringCompletedEventHandler
public event UploadStringCompletedEventHandler UploadStringCompleted

Remarks

This event is raised each time an asynchronous string upload operation completes. Asynchronous string uploads are started by calling the UploadStringAsync methods.

The UploadStringCompletedEventHandler is the delegate for this event. The UploadStringCompletedEventArgs class provides the event handler with event data.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

WebClient Class

System.Net Namespace

UploadStringAsync