8 references to ConnectionReset
ClientSample (1)
Tcp\TcpConnection.cs (1)
116
catch (SocketException ex) when (ex.SocketErrorCode == SocketError.
ConnectionReset
)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
423
return errorCode == SocketError.
ConnectionReset
||
System.Net.Ping (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
32
Interop.Error.ECONNRESET => SocketError.
ConnectionReset
,
82
SocketError.
ConnectionReset
=> Interop.Error.ECONNRESET,
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
32
Interop.Error.ECONNRESET => SocketError.
ConnectionReset
,
82
SocketError.
ConnectionReset
=> Interop.Error.ECONNRESET,
System.Net.Sockets (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
32
Interop.Error.ECONNRESET => SocketError.
ConnectionReset
,
82
SocketError.
ConnectionReset
=> Interop.Error.ECONNRESET,