Class RetryHandlerOptions
A class representing configurable HTTP retry logic within the client.
Inherited Members
Namespace: WhenFresh.Api.Client.Configuration
Assembly: WhenFresh.Api.Client.dll
Syntax
public class RetryHandlerOptions
Constructors
RetryHandlerOptions()
A class representing configurable HTTP retry logic within the client.
Declaration
public RetryHandlerOptions()
Properties
InitialBackOff
A class representing configurable HTTP retry logic within the client.
Declaration
public TimeSpan InitialBackOff { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
MaxRetries
A class representing configurable HTTP retry logic within the client.
Declaration
public int MaxRetries { get; set; }
Property Value
Type | Description |
---|---|
int |