Table of Contents

Interface IApizrRequestOptions

Namespace
Apizr.Configuring.Request
Assembly
Apizr.dll

Options available at request levels and for all (static and extended) registration types

public interface IApizrRequestOptions : IApizrRequestOptionsBase, IApizrGlobalSharedOptions, IApizrGlobalSharedOptionsBase
Inherited Members

Properties

CancellationToken

A cancellation token to pass through it all

CancellationToken CancellationToken { get; }

Property Value

CancellationToken

ClearCache

Clear request cache before executing (default: false)

bool ClearCache { get; }

Property Value

bool

Headers

Headers to add to the request

IList<string> Headers { get; }

Property Value

IList<string>

ResilienceContextOptions

Options set to resilience context

IApizrResilienceContextOptions ResilienceContextOptions { get; }

Property Value

IApizrResilienceContextOptions