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 :ITHit.WebDAV.Client.Exceptions.WebDavException :Error :null
Error -
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 :ITHit.WebDAV.Client.HttpStatus
Status -
Status of HTTP response retrieved either from Result or Error objects