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)
422
return errorCode == SocketError.
ConnectionReset
||
System.Net.Ping (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
46
{ Interop.Error.ECONNRESET, SocketError.
ConnectionReset
},
95
{ SocketError.
ConnectionReset
, Interop.Error.ECONNRESET },
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
46
{ Interop.Error.ECONNRESET, SocketError.
ConnectionReset
},
95
{ SocketError.
ConnectionReset
, Interop.Error.ECONNRESET },
System.Net.Sockets (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
46
{ Interop.Error.ECONNRESET, SocketError.
ConnectionReset
},
95
{ SocketError.
ConnectionReset
, Interop.Error.ECONNRESET },