WgetSettings.

Continue Property

Summary

Continue getting a partially-downloaded file. This is useful when you want to finish up a download started by a previous instance of Wget, or by another program.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public bool Continue { get; set; }

Remarks

Note that you don’t need to specify this option if you just want the current invocation of Wget to retry downloading a file should the connection be lost midway through. This is the default behavior. Continue only affects resumption of downloads started prior to this invocation of Wget, and whose local files are still sitting around.

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
bool