Gets the number of bytes which were uploaded so far.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public int UploadedBytes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UploadedBytes As Integer |
Field Value
Type: System..::.Int32An 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.
