Gets a value indicating whether the transfer has failed
(= the SFTP session failed and the file handle has not been properly closed by the SFTP client).
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property HasFailed As Boolean Get |
| C# |
|---|
public bool HasFailed { get; } |