WgetSettings.

RetryConnectionRefused Property

Summary

Consider connection refused a transient error and try again.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public bool RetryConnectionRefused { get; set; }

Remarks

Normally Wget gives up on a URL when it is unable to connect to the site because failure to connect is taken as a sign that the server is not running at all and that retries would not help. This option is for mirroring unreliable sites whose servers tend to disappear for short periods of time.

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
bool