IKestrelTelemetryConsumer.OnRequestStop 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 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.