This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Curl.
Summary
Gets or sets the number of times curl should retry a failed operation before giving up.
Setting this property to zero means no retries. This is the default value.
- Assembly
- Cake
.Curl .dll - Namespace
- Cake
.Curl - Containing Type
- CurlSettings
Syntax
public uint RetryCount { get; set; }
Remarks
According to curl's documentation,
the kinds of errors that qualify for a retry are:
- Timeouts
- FTP 4xx responses
-
HTTP
or 5xx responses408
RetryDelaySeconds
and RetryMaxTimeSeconds
.
Value
Type | Description |
---|---|
uint |