IResumableUpload.BytesUploaded Property

IT Hit WebDAV for .NET

Amount of bytes successfully saved to your storage.

[Visual Basic]
Property BytesUploaded As Long
[C#]
long BytesUploaded {get;}

Remarks

Client will use value returned by this property to restore broken upload. This value shall always reflect number of bytes already stored to persistent medium.

Requested by the Engine during a call to UploadProgress.

See Also

IResumableUpload Interface | ITHit.WebDAV.Server.ResumableUpload Namespace