2 writes to ConnectionEndReason
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (2)
447
context.
ConnectionEndReason
= reason;
453
context.
ConnectionEndReason
= reason;
3 references to ConnectionEndReason
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\HttpConnection.cs (1)
129
if (_context.MetricsContext.
ConnectionEndReason
is { } connectionEndReason)
Internal\Infrastructure\KestrelMetrics.cs (2)
133
if (metricsContext.
ConnectionEndReason
is { } reason && TryGetErrorType(reason, out var errorValue))
451
if (context.
ConnectionEndReason
== null)