RequestCheckpointConstants Class

Definition

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.

Applies to