An NDoc Documented Class Library

FTPConnection.LastTransferCancelled Property

Indicates whether or not the most recent transfer was cancelled.

public bool LastTransferCancelled {get;}

Property 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace