Amount of bytes successfully uploaded to server.
Number of bytes uploaded to server or -1 if server did not provide info about how much bytes uploaded.
Usually you will use value returned by this property to restore broken upload.
This method submits REPORT request to a file with upload-progress type.
| Exception Type | 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. |
IResumableUpload Interface | ITHit.WebDAV.Client Namespace