This topic has not yet been rated - Rate this topic

DownloadStringCompletedEventArgs Properties

  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)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.