Namespace: ITHit.WebDAV.Client
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| NotImplementedException | Is thrown if server doesn't support resumable upload. | 
| NotFoundException | This resource doesn't exist on the server. | 
| WebDavHttpException | Server returned unknown error. | 
| WebDavException | Unexpected error occurred. | 
 Remarks
RemarksUsually you will use value returned by this property to restore broken upload.
This method submits REPORT request to a file with upload-progress type.
 See Also
See Also