Search Results for

    Show / Hide Table of Contents

    Class ApizrExtendedOptionsBase

    Options available for both static and extended registrations

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

    Implements

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