Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class RequestTracking

    Represents a request tracking record for monitoring HTTP requests.

    Inheritance
    object
    ValueObject
    ValueObject<Guid>
    RequestTracking
    Inherited Members
    ValueObject<Guid>.Id
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Tracking
    Assembly: Innovt.Domain.dll
    Syntax
    public class RequestTracking : ValueObject<Guid>

    Constructors

    | Edit this page View Source

    RequestTracking()

    Initializes a new instance of the RequestTracking class.

    Declaration
    public RequestTracking()

    Properties

    | Edit this page View Source

    Action

    Gets or sets the action associated with the request.

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Area

    Gets or sets the area associated with the request.

    Declaration
    public string Area { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Controller

    Gets or sets the controller associated with the request.

    Declaration
    public string Controller { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Host

    Gets or sets the host associated with the request.

    Declaration
    public string Host { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseStatusCode

    Gets or sets the HTTP response status code.

    Declaration
    public int? ResponseStatusCode { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    UserId

    Gets or sets the user ID associated with the request.

    Declaration
    public string UserId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Verb

    Gets or sets the HTTP verb used in the request.

    Declaration
    public string Verb { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX