• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class RetryHandlerOptions

A class representing configurable HTTP retry logic within the client.

Inheritance
object
RetryHandlerOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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