Search Results for

    Show / Hide Table of Contents

    Class ApizrExtendedOptions<TWebApi>

    Options available for both static and extended registrations

    Inheritance
    System.Object
    ApizrOptions<TWebApi>
    ApizrExtendedOptions<TWebApi>
    Implements
    IApizrOptions<TWebApi>
    IApizrExtendedOptionsBase
    IApizrExtendedCommonOptionsBase
    IApizrExtendedProperOptionsBase
    IApizrExtendedSharedOptionsBase
    IApizrOptionsBase
    IApizrCommonOptionsBase
    IApizrProperOptionsBase
    IApizrSharedOptionsBase
    Inherited Members
    ApizrOptions<TWebApi>.Options
    ApizrOptions<TWebApi>.WebApiType
    ApizrOptions<TWebApi>.BaseUri
    ApizrOptions<TWebApi>.BaseAddress
    ApizrOptions<TWebApi>.BasePath
    ApizrOptions<TWebApi>.HttpTracerMode
    ApizrOptions<TWebApi>.TrafficVerbosity
    ApizrOptions<TWebApi>.LogLevels
    ApizrOptions<TWebApi>.Logger
    ApizrOptions<TWebApi>.PolicyRegistryKeys
    ApizrOptions<TWebApi>.RefitSettings
    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

    Implements

    IApizrOptions<TWebApi>
    IApizrExtendedOptionsBase
    IApizrExtendedCommonOptionsBase
    IApizrExtendedProperOptionsBase
    IApizrExtendedSharedOptionsBase
    IApizrOptionsBase
    IApizrCommonOptionsBase
    IApizrProperOptionsBase
    IApizrSharedOptionsBase
    In This Article
    Back to top Supported by Respawnsive