Share via


IKestrelTelemetryConsumer.OnRequestStart Method

Definition

Called at the start of a request.

public virtual void OnRequestStart(DateTime timestamp, string connectionId, string requestId, string httpVersion, string path, string method);
abstract member OnRequestStart : DateTime * string * string * string * string * string -> unit
override this.OnRequestStart : DateTime * string * string * string * string * string -> unit
Public Overridable Sub OnRequestStart (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