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