WgetSettings.

RandomWait Property

Summary

Some web sites may perform log analysis to identify retrieval programs such as Wget by looking for statistically significant similarities in the time between requests. This option causes the time between requests to vary between 0.5 and 1.5 * wait seconds, where wait was specified using the option, in order to mask Wget’s presence from such analysis.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public bool RandomWait { get; set; }

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
bool

See Also