Gets the current transfer speed in bytes transferred per second (or 0 if not available).
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property BytesPerSecond As Long Get |
C# |
---|
public long BytesPerSecond { get; } |
Field Value
An estimate of the current speed in number of bytes per second.Remarks
Value of 0 indicates that this information is not available.