FtpTransferProgressEventArgs.BytesTotal Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
BytesTotal
Gets the total number of bytes to be processed (or -1 if not available).
Declaration
public long BytesTotal { get; }
Property Value
Type | Description |
---|---|
Int64 | Number of bytes. |
Remarks
Value of -1 indicates that this information is not available.