edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionLastTransferCancelled Property

Indicates whether or not the most recent transfer was cancelled.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public bool LastTransferCancelled { get; }

Property Value

Type: Boolean
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