10 references to ConnectionResetException
ClientSample (1)
Tcp\TcpConnection.cs (1)
118error = new ConnectionResetException(ex.Message, ex);
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncIOOperation.cs (1)
104_exception = new ConnectionResetException("The client has disconnected", Marshal.GetExceptionForHR(hr)!);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (6)
Internal\QuicConnectionContext.cs (1)
145throw new ConnectionResetException(ex.Message, ex);
Internal\QuicStreamContext.cs (5)
280error = new ConnectionResetException(ex.Message, ex); 290error = new ConnectionResetException(ex.Message, ex); 441shutdownReason = new ConnectionResetException(ex.Message, ex); 451shutdownReason = new ConnectionResetException(ex.Message, ex); 458shutdownReason = new ConnectionResetException(ex.Message, ex);
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketConnection.cs (2)
212error = new ConnectionResetException(ex.Message, ex); 292shutdownReason = new ConnectionResetException(ex.Message, ex);