Freigeben über


HttpLoggingTagNames Class

Definition

Constants used for incoming HTTP request logging tags.

public static class HttpLoggingTagNames
type HttpLoggingTagNames = class
Public Class HttpLoggingTagNames
Inheritance
HttpLoggingTagNames

Fields

Name Description
Duration

HTTP Request duration in milliseconds.

Host

HTTP Host.

Method

HTTP Method.

Path

HTTP Path.

RequestBody

HTTP Request Body.

RequestHeaderPrefix

HTTP Request Headers prefix.

ResponseBody

HTTP Response Body.

ResponseHeaderPrefix

HTTP Response Headers prefix.

StatusCode

HTTP Status Code.

Properties

Name Description
DimensionNames

Gets a list of all dimension names.

Applies to