ResumePartialDownload property

Specifies whether to resume or discard a previous partial download.

Syntax
Visual Basic
Public Property ResumePartialDownload As Boolean
C#
public bool ResumePartialDownload { get; set; }
Property value

True to resume a previous partial download, false to discard a previous partial download. The default is false.

Remarks

UltraLite.NET has the ability to restart downloads that fail because of communication errors or user aborts through the ULFileTransferListener. UltraLite.NET processes the download as it is received. If a download is interrupted, then the partially download file is retained and can be resumed during the next file transfer.

If the file has been updated on the server, a partial download will be discarded and a new download started.

See also