7 references to ConnectionReset
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelService.cs (1)
177
catch (IOException ex) when (ex.InnerException is SocketException { SocketErrorCode: SocketError.
ConnectionReset
})
System.Net.Ping (2)
src\runtime\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\runtime\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\runtime\src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
32
Interop.Error.ECONNRESET => SocketError.
ConnectionReset
,
82
SocketError.
ConnectionReset
=> Interop.Error.ECONNRESET,