1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
381
_shutdownReason
= shutdownReason ?? new ConnectionAbortedException("The Socket transport's send loop completed gracefully.");
6 references to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (6)
Internal\SocketConnection.cs (6)
138
while (
_shutdownReason
is null)
199
if (
_shutdownReason
is not null)
242
if (
_shutdownReason
is not null)
257
Input.Complete(
_shutdownReason
?? error);
369
if (
_shutdownReason
is not null)
393
SocketsLog.ConnectionWriteFin(_logger, this,
_shutdownReason
.Message);