FtpTraversingEventArgs.BytesTotal Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
BytesTotal
Gets the current total number of bytes to be processed (traversed so far). Inherited from TraversingEventArgs.
Declaration
public long BytesTotal { get; }
Property Value
Type | Description |
---|---|
Int64 | Current total number of bytes (traversed so far). |