Gets the number of bytes which were uploaded so far.

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

Syntax

C#
public int UploadedBytes { get; }
Visual Basic (Declaration)
Public ReadOnly Property UploadedBytes As Integer

Field Value

Type: System..::.Int32
An integer value that represents a number of current uploaded bytes. Default value is 0

Examples

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

See Also