Class ApizrSharedOptionsBase
Options available at both common and proper level for both static and extended registrations
Inheritance
System.Object
ApizrSharedOptionsBase
Implements
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.Configuring.Shared
Assembly: Apizr.dll
Syntax
public abstract class ApizrSharedOptionsBase : IApizrSharedOptionsBase
Properties
BaseAddress
Base address
Declaration
public string BaseAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BasePath
Base path
Declaration
public string BasePath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BaseUri
Base address
Declaration
public Uri BaseUri { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Uri |
HttpTracerMode
Http traffic tracing mode
Declaration
public HttpTracerMode HttpTracerMode { get; protected set; }
Property Value
| Type | Description |
|---|---|
| HttpTracerMode |
LogLevels
Log levels while writing
Declaration
public LogLevel[] LogLevels { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.LogLevel[] |
TrafficVerbosity
Http traffic tracing verbosity
Declaration
public HttpMessageParts TrafficVerbosity { get; protected set; }
Property Value
| Type | Description |
|---|---|
| HttpMessageParts |