Table of Contents

Class ApizrExtendedManagerOptionsBase

Namespace
Apizr.Extending.Configuring.Manager
Assembly
Apizr.Extensions.Microsoft.DependencyInjection.dll

Options available for both static and extended registrations

public class ApizrExtendedManagerOptionsBase : ApizrManagerOptionsBase, IApizrExtendedManagerOptionsBase, IApizrExtendedCommonOptionsBase, IApizrExtendedProperOptionsBase, IApizrExtendedSharedOptionsBase, IApizrManagerOptionsBase, IApizrCommonOptionsBase, IApizrProperOptionsBase, IApizrSharedRegistrationOptionsBase, IApizrGlobalSharedRegistrationOptionsBase, IApizrGlobalSharedOptionsBase
Inheritance
ApizrExtendedManagerOptionsBase
Implements
Derived
Inherited Members

Constructors

ApizrExtendedManagerOptionsBase(IApizrCommonOptionsBase, IApizrProperOptionsBase)

public ApizrExtendedManagerOptionsBase(IApizrCommonOptionsBase commonOptions, IApizrProperOptionsBase properOptions)

Parameters

commonOptions IApizrCommonOptionsBase
properOptions IApizrProperOptionsBase

Properties

DelegatingHandlersExtendedFactories

Delegating handlers factories

public IDictionary<Type, Func<IServiceProvider, IApizrManagerOptionsBase, DelegatingHandler>> DelegatingHandlersExtendedFactories { get; protected set; }

Property Value

IDictionary<Type, Func<IServiceProvider, IApizrManagerOptionsBase, DelegatingHandler>>

HttpClientHandler

public HttpClientHandler HttpClientHandler { get; protected set; }

Property Value

HttpClientHandler