1 write to ConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
368ConnectionContext = connection,
4 references to ConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelMetrics.cs (2)
324var localEndpoint = metricsContext.ConnectionContext.LocalEndPoint; 343var transport = metricsContext.ConnectionContext is not MultiplexedConnectionContext ? "tcp" : "udp";
Middleware\HttpsConnectionMiddleware.cs (2)
241KestrelEventSource.Log.TlsHandshakeFailed(metricsContext.ConnectionContext.ConnectionId); 242KestrelEventSource.Log.TlsHandshakeStop(metricsContext.ConnectionContext, null);