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

Class WhenFreshApiClientOptions

A class representing configurable options within the WhenFreshApiClient.

Inheritance
object
WhenFreshApiClientOptions
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 WhenFreshApiClientOptions

Constructors

WhenFreshApiClientOptions()

A class representing configurable options within the WhenFreshApiClient.

Declaration
public WhenFreshApiClientOptions()

Properties

Clock

A class representing configurable options within the WhenFreshApiClient.

Declaration
public Func<DateTimeOffset> Clock { get; set; }
Property Value
Type Description
Func<DateTimeOffset>

Credentials

A class representing configurable options within the WhenFreshApiClient.

Declaration
public IOAuth2Credentials Credentials { get; set; }
Property Value
Type Description
IOAuth2Credentials

Http

A class representing configurable options within the WhenFreshApiClient.

Declaration
public HttpOptions Http { get; }
Property Value
Type Description
HttpOptions

Retries

A class representing configurable options within the WhenFreshApiClient.

Declaration
public RetryHandlerOptions Retries { get; }
Property Value
Type Description
RetryHandlerOptions