edtFTPnet/Free - Open-source FTP component for .NET | Download
Determines whether or not the operation should be cancelled.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual bool Cancel { get; set; }
Visual Basic
Public Overridable Property Cancel As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Cancel {
	bool get ();
	void set (bool value);
}

Remarks

If Cancel is true then the operation will be cancelled, otherwise it will proceed.

See Also