6 references to ConnectionResetException
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (6)
Internal\QuicConnectionContext.cs (1)
145
throw new
ConnectionResetException
(ex.Message, ex);
Internal\QuicStreamContext.cs (5)
280
error = new
ConnectionResetException
(ex.Message, ex);
290
error = new
ConnectionResetException
(ex.Message, ex);
441
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
451
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
458
shutdownReason = new
ConnectionResetException
(ex.Message, ex);