1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
387
_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)
142
while (
_shutdownReason
is null)
203
if (
_shutdownReason
is not null)
246
if (
_shutdownReason
is not null)
261
Input.Complete(
_shutdownReason
?? error);
375
if (
_shutdownReason
is not null)
399
SocketsLog.ConnectionWriteFin(_logger, this,
_shutdownReason
.Message);