Result Property
Collapse the table of content
Expand the table of content

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.

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

public Stream Result { get; }

Property Value

Type: System.IO.Stream
A Stream where you can write data to be uploaded.

ExceptionCondition
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft