8 references to Shutdown
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
424
errorCode == SocketError.
Shutdown
||
System.IO.Pipes (1)
System\IO\Pipes\PipeStream.Unix.cs (1)
334
if (e.SocketErrorCode == SocketError.
Shutdown
) // EPIPE
System.Net.Ping (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
56
Interop.Error.EPIPE => SocketError.
Shutdown
,
108
SocketError.
Shutdown
=> Interop.Error.EPIPE,
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
56
Interop.Error.EPIPE => SocketError.
Shutdown
,
108
SocketError.
Shutdown
=> Interop.Error.EPIPE,
System.Net.Sockets (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
56
Interop.Error.EPIPE => SocketError.
Shutdown
,
108
SocketError.
Shutdown
=> Interop.Error.EPIPE,