This topic has not yet been rated - Rate this topic

DownloadStringCompletedEventArgs Properties

The DownloadStringCompletedEventArgs type exposes the following members.

  Name Description
Public property Cancelled Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.)
Public property Error Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.)
Public property Result Gets the data that is downloaded by a DownloadStringAsync method.
Public property UserState Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.