Click or drag to resize
DownloadStringCompletedEventArgs Properties

The DownloadStringCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
Public propertyError
Gets a value indicating which error occurred during an asynchronous operation.
Public propertyResult
Gets the data that is downloaded by a Overload:System.Net.WebClient.DownloadStringAsync method.
Public propertyUserState
Gets the unique identifier for the asynchronous task.
Top
See Also