3 references to ECONNRESET
System.Net.Sockets (3)
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\SafeSocketHandle.Unix.cs (1)
302
if (errorCode == Interop.Error.
ECONNRESET
)