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
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class MonitoringTransactionTrace
Constructors
MonitoringTransactionTrace()
Declaration
public MonitoringTransactionTrace()
Properties
AuthorizationTrace
Gets or sets the service call authorization trace log.
Declaration
[DataMember(EmitDefaultValue = false)]
public string AuthorizationTrace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageProcessingTrace
Gets or sets the message processing pipeline execution trace log.
Declaration
[DataMember(EmitDefaultValue = false)]
public string MessageProcessingTrace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OAuthTrace
Gets or sets the OAuth/OpenID Connect authentication trace log.
Declaration
[DataMember(EmitDefaultValue = false)]
public string OAuthTrace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |