public override bool DeleteOnFailure { get; set; }Public Overrides Property DeleteOnFailure As Boolean
Get
Setpublic:
virtual property bool DeleteOnFailure {
bool get () override;
void set (bool value) override;
}abstract DeleteOnFailure : bool with get, set
override DeleteOnFailure : bool with get, setIf true, a partially downloaded file is deleted if there is a failure during the download. For example, the connection to the FTP server might have failed. If false, the partially downloaded file remains on the FTP client machine - and the download may be resumed, if it is a binary transfer.
By default this flag is set to true.