Class TraceEndpointOptions
Inheritance
System.Object
TraceEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class TraceEndpointOptions : AbstractEndpointOptions, ITraceOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
TraceEndpointOptions()
Declaration
public TraceEndpointOptions()
|
Edit this page
View Source
TraceEndpointOptions(IConfiguration)
Declaration
public TraceEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
AddAuthType
Declaration
public bool AddAuthType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddParameters
Declaration
public bool AddParameters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddPathInfo
Declaration
public bool AddPathInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddQueryString
Declaration
public bool AddQueryString { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddRemoteAddress
Declaration
public bool AddRemoteAddress { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public bool AddRequestHeaders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public bool AddResponseHeaders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddSessionId
Declaration
public bool AddSessionId { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public bool AddTimeTaken { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddUserPrincipal
Declaration
public bool AddUserPrincipal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements