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
Syntaxpublic bool LastTransferCancelled { get; }Public ReadOnly Property LastTransferCancelled As Boolean
Get
public:
property bool LastTransferCancelled {
bool get ();
}member LastTransferCancelled : bool with get
Property Value
Type:
BooleanFlag 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