Class ApizrExtendedOptions<TWebApi>
Options available for both static and extended registrations
Implements
IApizrOptions<TWebApi>
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 ApizrExtendedOptions<TWebApi> : ApizrOptions<TWebApi>, IApizrOptions<TWebApi>, IApizrExtendedOptionsBase, IApizrExtendedCommonOptionsBase, IApizrExtendedProperOptionsBase, IApizrExtendedSharedOptionsBase, IApizrOptionsBase, IApizrCommonOptionsBase, IApizrProperOptionsBase, IApizrSharedOptionsBase
Type Parameters
Name | Description |
---|---|
TWebApi |
Constructors
ApizrExtendedOptions(IApizrExtendedOptionsBase)
Declaration
public ApizrExtendedOptions(IApizrExtendedOptionsBase apizrOptions)
Parameters
Type | Name | Description |
---|---|---|
IApizrExtendedOptionsBase | apizrOptions |
Properties
DelegatingHandlersExtendedFactories
Delegating handlers factories
Declaration
public IList<Func<IServiceProvider, IApizrOptionsBase, DelegatingHandler>> DelegatingHandlersExtendedFactories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Func<System.IServiceProvider, IApizrOptionsBase, System.Net.Http.DelegatingHandler>> |
HttpClientHandler
Declaration
public HttpClientHandler HttpClientHandler { get; }
Property Value
Type | Description |
---|---|
System.Net.Http.HttpClientHandler |