Table of Contents

Interface IApizrRequestOptionsBase

Namespace
Apizr.Configuring.Request
Assembly
Apizr.dll

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

public interface IApizrRequestOptionsBase : IApizrGlobalSharedOptionsBase
Inherited Members

Properties

RequestMethod

The Apizr request method

ApizrRequestMethod RequestMethod { get; }

Property Value

ApizrRequestMethod

ResilienceContext

The Polly resilience context to pass through it all

ResilienceContext ResilienceContext { get; }

Property Value

ResilienceContext