Gets the value indicating whether the transfer has finished.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property Finished As Boolean
	Get
C#
public bool Finished { get; }

Field Value

True if finished; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also