FileTransferProgressChangedEventArgs.ProgressPercentage Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
ProgressPercentage
Gets a number between 0 and 100 representing the percentage of completeness of the currently transferring file. The value is computed from Length. If the Length is not known the value is 0 for whole time of the transfer and 100 when the file is transferred.
Declaration
public double ProgressPercentage { get; }
Property Value
Type | Description |
---|---|
Double |