Total bytes to be transfered. This will be -1, if the total bytes to be transfered is not known.

Namespace: EAL.Interfaces.System
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
public long BytesTotal { get; }
Visual Basic
Public ReadOnly Property BytesTotal As Long
	Get
Visual C++
public:
property long long BytesTotal {
	long long get ();
}

Property Value

Type: Int64

See Also