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