WgetSettings.

Tries Property

Summary

Set number of tries to number.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public uint Tries { get; set; }

Remarks

The default is to retry 20 times, with the exception of fatal errors like connection refused or not found (404), which are not retried.

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
uint