SftpTransferProgressChangedEventArgs.ProgressPercentage Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
ProgressPercentage
Gets a number between 0 and 100 representing the percentage of completeness of the operation. Inherited from TransferProgressChangedEventArgs.
Declaration
public double ProgressPercentage { get; }
Property Value
Type | Description |
---|---|
Double | Percentage value (0..100). |