edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Indicates whether or not the most recent transfer was cancelled.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool LastTransferCancelled { get; }
Visual Basic
Public ReadOnly Property LastTransferCancelled As Boolean
	Get
Visual C++
public:
property bool LastTransferCancelled {
	bool get ();
}

Field Value

Flag is true if the most recent transfer was cancelled and false otherwise.

Remarks

Download and upload operations can be cancelled by the CancelTransfer()()()() method. This property will be true if this method was called during the the most recent transfer and false otherwise.

See Also