Search Results for

    Show / Hide Table of Contents

    Class ApizrOptionsBase

    Options available for both static and extended registrations

    Inheritance
    System.Object
    ApizrSharedOptionsBase
    ApizrOptionsBase
    ApizrOptions
    ApizrExtendedOptionsBase
    Implements
    IApizrOptionsBase
    IApizrCommonOptionsBase
    IApizrProperOptionsBase
    IApizrSharedOptionsBase
    Inherited Members
    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.Configuring
    Assembly: Apizr.dll
    Syntax
    public abstract class ApizrOptionsBase : ApizrSharedOptionsBase, IApizrOptionsBase, IApizrCommonOptionsBase, IApizrProperOptionsBase, IApizrSharedOptionsBase

    Constructors

    ApizrOptionsBase(IApizrCommonOptionsBase, IApizrProperOptionsBase)

    The options constructor

    Declaration
    protected ApizrOptionsBase(IApizrCommonOptionsBase commonOptions, IApizrProperOptionsBase properOptions)
    Parameters
    Type Name Description
    IApizrCommonOptionsBase commonOptions

    The common options

    IApizrProperOptionsBase properOptions

    The proper options

    Properties

    Logger

    The logger instance

    Declaration
    public ILogger Logger { get; protected set; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.ILogger

    PolicyRegistryKeys

    Policy keys from the registry

    Declaration
    public string[] PolicyRegistryKeys { get; }
    Property Value
    Type Description
    System.String[]

    RefitSettings

    Refit settings

    Declaration
    public RefitSettings RefitSettings { get; protected set; }
    Property Value
    Type Description
    Refit.RefitSettings

    WebApiType

    Web api interface type

    Declaration
    public Type WebApiType { get; }
    Property Value
    Type Description
    System.Type

    Implements

    IApizrOptionsBase
    IApizrCommonOptionsBase
    IApizrProperOptionsBase
    IApizrSharedOptionsBase
    In This Article
    Back to top Supported by Respawnsive