FtpTransferProgressEventArgs.BytesSinceLastEvent Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
BytesSinceLastEvent
Gets the number of bytes transferred during the current transfer since the last time the event was raised.
Declaration
public long BytesSinceLastEvent { get; }
Property Value
Type | Description |
---|---|
Int64 | The number of bytes transferred since the last time the event was raised. |