TransferProgressChangedEventArgs.CurrentFileBytesTotal Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9313)
CurrentFileBytesTotal
Gets the total number of bytes to be transferred during the transfer of the current file.
Declaration
public long CurrentFileBytesTotal { get; }
Property Value
| Type | Description | 
|---|---|
| Int64 | The number of bytes to be transferred.  |