Gets the total upload size, in bytes.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public long TotalBytes { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalBytes As Long

Field Value

Type: System..::.Int64
An long value that contains the total bytes number of an upload. Default value is 0

Remarks

This property represents a total bytes number of the whole request, including request headers size and size of all form fields.

Examples

You can find an example in the description of UploadStatus class.

See Also