Search Results for

    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()
    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
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation