1 write to ConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
331ConnectionContext = connection,
3 references to ConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelMetrics.cs (1)
323ConnectionEndpointTags.AddConnectionEndpointTags(ref tags, metricsContext.ConnectionContext);
Middleware\HttpsConnectionMiddleware.cs (2)
271KestrelEventSource.Log.TlsHandshakeFailed(metricsContext.ConnectionContext.ConnectionId); 272KestrelEventSource.Log.TlsHandshakeStop(metricsContext.ConnectionContext, null);