RequestCheckpointConstants 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.
Project constants.
public static class RequestCheckpointConstants
type RequestCheckpointConstants = class
Public Class RequestCheckpointConstants
- Inheritance
-
RequestCheckpointConstants
Fields
ElapsedResponseProcessed |
The time elapsed before the response back to middleware pipeline. |
ElapsedTillEntryMiddleware |
The time elapsed before hitting the first middleware. |
ElapsedTillFinished |
The time elapsed before the response has finished being sent to the client. |
ElapsedTillHeaders |
The time elapsed before the response headers have been sent to the client. |
ElapsedTillPipelineExitMiddleware |
The time elapsed before hitting the Microsoft.AspNetCore.Telemetry.CapturePipelineExitMiddleware middleware. |