IKestrelTelemetryConsumer.OnRequestStart Method
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.
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.