CurlSettings.

RetryMaxTimeSeconds Property

Summary

Gets or sets the maximum amount of time during which curl should retry a failed operation. Setting this property to zero means retrying without a time limit. This is the default value.
Assembly
Cake.Curl.dll
Namespace
Cake.Curl
Containing Type
CurlSettings

Syntax

public uint RetryMaxTimeSeconds { get; set; }

Value

Type Description
uint

See Also