System.Net.WebClient.UploadStringCompleted Event

Occurs when an asynchronous string-upload operation completes.

Syntax

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 erload:System.Net.WebClient.UploadStringAsync methods.

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

For more information about handling events, see .

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0