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.
Assembly: System.Net (in System.Net.dll)
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.
Show: