Gets the current data transfer rate of last uploaded chunk, in bytes per second.

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

Syntax

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

Field Value

Type: System..::.Int32
An integer that contain data transfer rate, in bytes per second. Default value is 0

Remarks

The property represents a transfer rate of the last uploaded chunk. Value of transfer rate can be change from time to time, it depends from server load and from chunk processing time.

Examples

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

See Also