DownloadStringCompletedEventArgs Properties |
The DownloadStringCompletedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Cancelled |
Gets a value indicating whether an asynchronous operation has been canceled.
| |
Error |
Gets a value indicating which error occurred during an asynchronous operation.
| |
Result |
Gets the data that is downloaded by a Overload:System.Net.WebClient.DownloadStringAsync
method.
| |
UserState |
Gets the unique identifier for the asynchronous task.
|