HttpLoggingTagNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |