SftpTransferProgressChangedEventArgs.BytesPerSecond Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
BytesPerSecond
Gets the current transfer speed in bytes transferred per second (or 0 if not available). Inherited from TransferProgressChangedEventArgs.
Declaration
public long BytesPerSecond { get; }
Property Value
Type | Description |
---|---|
Int64 | An estimate of the current speed in number of bytes per second. |
Remarks
Value of 0 indicates that this information is not available.