WebClient.WriteStreamClosed Event

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

Occurs when an asynchronous write stream operation completes.

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

Syntax

Public Event WriteStreamClosed As WriteStreamClosedEventHandler
public event WriteStreamClosedEventHandler WriteStreamClosed

Remarks

This event is raised each time an asynchronous operation to write a stream is completed. These operations are started by calling one of the OpenWriteAsync methods.

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

OpenWriteAsync