Interface IApizrSharedOptionsBase
Options available at both common and proper level for both static and extended registrations
Namespace: Apizr.Configuring.Shared
Assembly: Apizr.dll
Syntax
public interface IApizrSharedOptionsBase
Properties
BaseAddress
Base address
Declaration
string BaseAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
BasePath
Base path
Declaration
string BasePath { get; }
Property Value
Type | Description |
---|---|
System.String |
BaseUri
Base address
Declaration
Uri BaseUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
HttpTracerMode
Http traffic tracing mode
Declaration
HttpTracerMode HttpTracerMode { get; }
Property Value
Type | Description |
---|---|
HttpTracerMode |
LogLevels
Log levels while writing
Declaration
LogLevel[] LogLevels { get; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Logging.LogLevel[] |
TrafficVerbosity
Http traffic tracing verbosity
Declaration
HttpMessageParts TrafficVerbosity { get; }
Property Value
Type | Description |
---|---|
HttpMessageParts |