1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
382
_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)
139
while (
_shutdownReason
is null)
200
if (
_shutdownReason
is not null)
243
if (
_shutdownReason
is not null)
258
Input.Complete(
_shutdownReason
?? error);
370
if (
_shutdownReason
is not null)
394
SocketsLog.ConnectionWriteFin(_logger, this,
_shutdownReason
.Message);