Share via


IKestrelTelemetryConsumer.OnConnectionStart Method

Definition

Called at the start of a connection.

public virtual void OnConnectionStart(DateTime timestamp, string connectionId, string? localEndPoint, string? remoteEndPoint);
abstract member OnConnectionStart : DateTime * string * string * string -> unit
override this.OnConnectionStart : DateTime * string * string * string -> unit
Public Overridable Sub OnConnectionStart (timestamp As DateTime, connectionId As String, localEndPoint As String, remoteEndPoint As String)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

connectionId
String

ID of the connection.

localEndPoint
String

Local endpoint for the connection.

remoteEndPoint
String

Remote endpoint for the connection.

Applies to