IResumableUploadTotalContentLength Property
IT Hit WebDAV Classes Reference Total file size that is being uploaded.
Namespace:
ITHit.WebDAV.Server.ResumableUpload
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax long TotalContentLength { get; }
ReadOnly Property TotalContentLength As Long
Get
property long long TotalContentLength {
long long get ();
}
abstract TotalContentLength : int64 with get
Return Value
Type:
Int64Total file size in bytes.
Remarks Examples The code below is part of 'WebDAVServer.FileSystemStorage.AspNet' C# & VB samples provided with the SDK.
public long TotalContentLength
{
get; private set;
}
Public Property TotalContentLength As Long Implements IResumableUpload.TotalContentLength
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also