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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also