Property RetryTransientErrors
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
RetryTransientErrors
Gets or sets whether transient HTTP errors (DNS failures, socket errors, connection timeouts) should be retried with exponential backoff, up to MaxRetries.
public bool RetryTransientErrors { get; set; }