DownloadStringCompletedEventArgs.Result Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the data that is downloaded by a DownloadStringAsync method.
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 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.