OpenWriteCompletedEventArgs.Result Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a writable stream that is used to send data to a server.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The asynchronous request was cancelled. |
You should check the Error and Cancelled properties before using the stream returned by this property. If the Error property's value is an Exception object or the Cancelled property's value is true, the asynchronous operation did not complete correctly and the Result property's value will not be valid.