Click or drag to resize

ConfigRetryInterval Property

.NET STTP API
Gets or sets the base retry interval, in seconds. Retries will exponentially back-off starting from this interval.

Namespace: sttp
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public double RetryInterval { get; set; }
Request Example View Source

Property Value

Double
See Also