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