Show / Hide Table of Contents

    Class MonitoringTransactionTrace

    Provides the information about processing of a transaction inside a virtual service.

    Inheritance
    Object
    MonitoringTransactionTrace
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Nevatech Sentinet 6.5 Online Documentation