Class: AsyncResult

AsyncResult Class

Namespace

ITHit.WebDAV.Client
Instance of this class is passed to callback function. It provides information about success or failure of the operation as well as you will use it to get the results of the asynchronous call.

Members

Error (Exception) object. Describes the type of error that occurred. Null if request was successful.

IsSuccess :boolean

IsSuccess
Flag of either async request result was successful or not.

Result :*

Result
Result value. Can be any type, each method may put there appropriate object which before was returned directly. Null if request was unsuccessful.
Status of HTTP response retrieved either from Result or Error objects