SftpException.Transferred Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 8.0.9673)
Transferred
Gets the amount of data transferred before the exception occurred.
Declaration
public long Transferred { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | The amount of data transferred before the exception occurred. |