7 references to ConnectionReset
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelService.cs (1)
177catch (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)
32Interop.Error.ECONNRESET => SocketError.ConnectionReset, 82SocketError.ConnectionReset => Interop.Error.ECONNRESET,
System.Net.Primitives (2)
src\runtime\src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
32Interop.Error.ECONNRESET => SocketError.ConnectionReset, 82SocketError.ConnectionReset => Interop.Error.ECONNRESET,
System.Net.Sockets (2)
src\runtime\src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
32Interop.Error.ECONNRESET => SocketError.ConnectionReset, 82SocketError.ConnectionReset => Interop.Error.ECONNRESET,