Table of Contents

Class HttpTraceEndpointOptions

Namespace
Steeltoe.Management.Endpoint.Trace
Assembly
Steeltoe.Management.EndpointBase.dll
public class HttpTraceEndpointOptions : AbstractEndpointOptions, ITraceOptions, IEndpointOptions
Inheritance
HttpTraceEndpointOptions
Implements
Inherited Members
Extension Methods

Constructors

HttpTraceEndpointOptions()

public HttpTraceEndpointOptions()

HttpTraceEndpointOptions(IConfiguration)

public HttpTraceEndpointOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

AddAuthType

public bool AddAuthType { get; set; }

Property Value

bool

AddParameters

public bool AddParameters { get; set; }

Property Value

bool

AddPathInfo

public bool AddPathInfo { get; set; }

Property Value

bool

AddQueryString

public bool AddQueryString { get; set; }

Property Value

bool

AddRemoteAddress

public bool AddRemoteAddress { get; set; }

Property Value

bool

AddRequestHeaders

public bool AddRequestHeaders { get; set; }

Property Value

bool

AddResponseHeaders

public bool AddResponseHeaders { get; set; }

Property Value

bool

AddSessionId

public bool AddSessionId { get; set; }

Property Value

bool

AddTimeTaken

public bool AddTimeTaken { get; set; }

Property Value

bool

AddUserPrincipal

public bool AddUserPrincipal { get; set; }

Property Value

bool

Capacity

public int Capacity { get; set; }

Property Value

int