IResumableUpload.TotalContentLength Property

IT Hit WebDAV for .NET

Total file size that is being uploaded.

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

Remarks

This value is passed to SaveFromStream method. Usually AJAX/HTML based clients will use value returned by this property to display upload progress.

Requested by the Engine during a call to UploadProgress.

See Also

IResumableUpload Interface | ITHit.WebDAV.Server.ResumableUpload Namespace