Rebex SFTP for .NET

SftpTransferProgressEventArgs.BytesSinceLastEvent Property

Gets the number of bytes transferred during the current transfer since the last time the event was raised.

public long BytesSinceLastEvent {get;}

Property Value

The number of bytes transferred since the last time the event was raised.

Remarks

This value is valid only when State is not None.

See Also

SftpTransferProgressEventArgs Class | Rebex.Net Namespace