CurlSettings.

RetryOnConnectionRefused Property

Summary

Gets or sets a value indicating whether curl should consider
ECONNREFUSED
as a failed operation before retrying. The default value is .
Assembly
Cake.Curl.dll
Namespace
Cake.Curl
Containing Type
CurlSettings

Syntax

public bool RetryOnConnectionRefused { get; set; }

Value

Type Description
bool

See Also