Class TraceEndpointOptions
- Namespace
 - Steeltoe.Management.Endpoint.Trace
 
- Assembly
 - Steeltoe.Management.EndpointBase.dll
 
public class TraceEndpointOptions : AbstractEndpointOptions, ITraceOptions, IEndpointOptions
  - Inheritance
 - 
      
      
      TraceEndpointOptions
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
TraceEndpointOptions()
public TraceEndpointOptions()
  TraceEndpointOptions(IConfiguration)
public TraceEndpointOptions(IConfiguration config)
  Parameters
configIConfiguration
Properties
AddAuthType
public bool AddAuthType { get; set; }
  Property Value
AddParameters
public bool AddParameters { get; set; }
  Property Value
AddPathInfo
public bool AddPathInfo { get; set; }
  Property Value
AddQueryString
public bool AddQueryString { get; set; }
  Property Value
AddRemoteAddress
public bool AddRemoteAddress { get; set; }
  Property Value
AddRequestHeaders
public bool AddRequestHeaders { get; set; }
  Property Value
AddResponseHeaders
public bool AddResponseHeaders { get; set; }
  Property Value
AddSessionId
public bool AddSessionId { get; set; }
  Property Value
AddTimeTaken
public bool AddTimeTaken { get; set; }
  Property Value
AddUserPrincipal
public bool AddUserPrincipal { get; set; }
  Property Value
Capacity
public int Capacity { get; set; }