WebClient.WriteStreamClosed Event
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Net
Assembly: System (in System.dll)
Return to top
Occurs when an asynchronous operation to write data to a resource using a write stream is closed.
Assembly: System (in System.dll)
This event is raised each time an asynchronous operation used to write data to a resource using a write stream is closed. These operations result from calls to the OpenWriteTaskAsync methods.
The WriteStreamClosedEventHandler is the delegate for this event. The WriteStreamClosedEventArgs class provides the event handler with event data.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 4.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 4.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: