Class ApizrExtendedOptionsBase
Options available for both static and extended registrations
Inheritance
System.Object
ApizrExtendedOptionsBase
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apizr.Extending.Configuring
Assembly: Apizr.Extensions.Microsoft.DependencyInjection.dll
Syntax
public class ApizrExtendedOptionsBase : ApizrOptionsBase, IApizrExtendedOptionsBase, IApizrExtendedCommonOptionsBase, IApizrExtendedProperOptionsBase, IApizrExtendedSharedOptionsBase, IApizrOptionsBase, IApizrCommonOptionsBase, IApizrProperOptionsBase, IApizrSharedOptionsBase
Constructors
ApizrExtendedOptionsBase(IApizrCommonOptionsBase, IApizrProperOptionsBase)
Declaration
public ApizrExtendedOptionsBase(IApizrCommonOptionsBase commonOptions, IApizrProperOptionsBase properOptions)
Parameters
Type | Name | Description |
---|---|---|
IApizrCommonOptionsBase | commonOptions | |
IApizrProperOptionsBase | properOptions |
Properties
DelegatingHandlersExtendedFactories
Delegating handlers factories
Declaration
public IList<Func<IServiceProvider, IApizrOptionsBase, DelegatingHandler>> DelegatingHandlersExtendedFactories { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Func<System.IServiceProvider, IApizrOptionsBase, System.Net.Http.DelegatingHandler>> |
HttpClientHandler
Declaration
public HttpClientHandler HttpClientHandler { get; protected set; }
Property Value
Type | Description |
---|---|
System.Net.Http.HttpClientHandler |