edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Cancel transfer.

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

Syntax

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

Remarks

For Uploading and Downloading this flag may be set to false if the operation is to be aborted. For Uploaded and Downloaded this flag indicates if the operation was aborted.

Note that multiple file transfers cannot be cancelled.

See Also