Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class HttpReportContext

    Inheritance
    object
    HttpReportContext
    Implements
    IEquatable<HttpReportContext>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Diagnostics
    Assembly: Inttegro.dll
    Syntax
    public sealed record HttpReportContext : IEquatable<HttpReportContext>

    Constructors

    | Edit this page View Source

    HttpReportContext(string, string?, string, int?, string?, long)

    Declaration
    public HttpReportContext(string Method, string? Route, string ServerAddress, int? StatusCode, string? RequestId, long DurationMs)
    Parameters
    Type Name Description
    string Method
    string Route
    string ServerAddress
    int? StatusCode
    string RequestId
    long DurationMs

    Properties

    | Edit this page View Source

    DurationMs

    Declaration
    [JsonPropertyName("durationMs")]
    public long DurationMs { get; init; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Method

    Declaration
    [JsonPropertyName("method")]
    public string Method { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RequestId

    Declaration
    [JsonPropertyName("requestId")]
    public string? RequestId { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Route

    Declaration
    [JsonPropertyName("route")]
    public string? Route { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServerAddress

    Declaration
    [JsonPropertyName("serverAddress")]
    public string ServerAddress { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StatusCode

    Declaration
    [JsonPropertyName("statusCode")]
    public int? StatusCode { get; init; }
    Property Value
    Type Description
    int?

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX