Table of Contents

Interface ITraceOptions

Namespace
Steeltoe.Management.Endpoint.Trace
Assembly
Steeltoe.Management.EndpointBase.dll
public interface ITraceOptions : IEndpointOptions
Inherited Members
Extension Methods

Properties

AddAuthType

bool AddAuthType { get; }

Property Value

bool

AddParameters

bool AddParameters { get; }

Property Value

bool

AddPathInfo

bool AddPathInfo { get; }

Property Value

bool

AddQueryString

bool AddQueryString { get; }

Property Value

bool

AddRemoteAddress

bool AddRemoteAddress { get; }

Property Value

bool

AddRequestHeaders

bool AddRequestHeaders { get; }

Property Value

bool

AddResponseHeaders

bool AddResponseHeaders { get; }

Property Value

bool

AddSessionId

bool AddSessionId { get; }

Property Value

bool

AddTimeTaken

bool AddTimeTaken { get; }

Property Value

bool

AddUserPrincipal

bool AddUserPrincipal { get; }

Property Value

bool

Capacity

int Capacity { get; }

Property Value

int