4 references to OperationAborted
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicConnectionContext.cs (1)
147catch (QuicException ex) when (ex.QuicError == QuicError.OperationAborted)
Internal\QuicConnectionListener.cs (1)
176catch (QuicException ex) when (ex.QuicError == QuicError.OperationAborted)
Internal\QuicStreamContext.cs (2)
292catch (QuicException ex) when (ex.QuicError is QuicError.OperationAborted) 453catch (QuicException ex) when (ex.QuicError is QuicError.OperationAborted)