DownloadStringCompletedEventArgs.Result Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the data that is downloaded by a DownloadStringAsync method.

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

Syntax

'Declaration
Public ReadOnly Property Result As String
public string Result { get; }

Property Value

Type: System.String
A String that contains the downloaded data.

Exceptions

Exception Condition
InvalidOperationException

The asynchronous request was cancelled.

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.