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