Class MonitoringTransactionTrace
Provides the information about processing of a transaction inside a virtual service.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class MonitoringTransactionTrace
  Constructors
MonitoringTransactionTrace()
Declaration
public MonitoringTransactionTrace()
  Properties
AuthorizationTrace
Gets or sets the service call authorization trace log.
Declaration
public string AuthorizationTrace { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
MessageProcessingTrace
Gets or sets the message processing pipeline execution trace log.
Declaration
public string MessageProcessingTrace { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
OAuthTrace
Gets or sets the OAuth/OpenID Connect authentication trace log.
Declaration
public string OAuthTrace { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String |