System.Net.WebClient.OpenWriteCompleted Event

Occurs when an asynchronous operation to open a stream to write data to a resource completes.

Syntax

public event OpenWriteCompletedEventHandler OpenWriteCompleted

Remarks

This event is raised each time an asynchronous operation to open a stream that is used to send data to a resource completes. These operations are started by calling the erload:System.Net.WebClient.OpenWriteAsync methods.

The System.Net.OpenWriteCompletedEventHandler is the delegate for this event. The System.Net.OpenWriteCompletedEventArgs class provides the event handler with event data.

For more information about handling events, see Consuming Events.

Requirements

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