FtpTransferProgressChangedEventArgs.BytesTotal Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9313)
BytesTotal
Gets the total number of bytes to be transferred.
Inherited from Transfer
Declaration
public long BytesTotal { get; }
Property Value
Type | Description |
---|---|
Int64 | The number of bytes to be transferred. |