Share via


IKestrelTelemetryConsumer.OnRequestStop Method

Definition

Called at the end of a request.

public virtual void OnRequestStop(DateTime timestamp, string connectionId, string requestId, string httpVersion, string path, string method);
abstract member OnRequestStop : DateTime * string * string * string * string * string -> unit
override this.OnRequestStop : DateTime * string * string * string * string * string -> unit
Public Overridable Sub OnRequestStop (timestamp As DateTime, connectionId As String, requestId As String, httpVersion As String, path As String, method As String)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

connectionId
String

ID of the connection.

requestId
String

ID of the request.

httpVersion
String

HTTP version of the request.

path
String

Path of the request.

method
String

HTTP method of the request.

Applies to