OpenReadCompletedEventArgs.Result Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a readable stream that contains the results of the OpenReadAsync method.
Namespace: System.Net
Assembly: System.Net (in System.Net.dll)
Syntax
'Declaration
Public ReadOnly Property Result As Stream
public Stream Result { get; }
Property Value
Type: System.IO.Stream
A Stream that contains the results of the OpenReadAsync method.
Remarks
You should check the Error and Cancelled properties before using the data that is 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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.