public override bool Cancel { get; set; }Public Overrides Property Cancel As Boolean
Get
Setpublic:
virtual property bool Cancel {
bool get () override;
void set (bool value) override;
}abstract Cancel : bool with get, set
override Cancel : bool with get, setFor 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.