Interface ITraceOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public interface ITraceOptions : IEndpointOptions
Properties
|
Edit this page
View Source
AddAuthType
Declaration
bool AddAuthType { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddParameters
Declaration
bool AddParameters { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddPathInfo
Declaration
bool AddPathInfo { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddQueryString
Declaration
bool AddQueryString { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddRemoteAddress
Declaration
bool AddRemoteAddress { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
bool AddRequestHeaders { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
bool AddResponseHeaders { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddSessionId
Declaration
bool AddSessionId { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
bool AddTimeTaken { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AddUserPrincipal
Declaration
bool AddUserPrincipal { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Capacity
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods