3 references to ConnectionIdle
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
284catch (QuicException ex) when (ex.QuicError is QuicError.ConnectionIdle) 445catch (QuicException ex) when (ex.QuicError is QuicError.ConnectionIdle)
System.Net.Quic (1)
System\Net\Quic\Internal\ThrowHelper.cs (1)
90if (status == QUIC_STATUS_CONNECTION_IDLE) return new QuicException(QuicError.ConnectionIdle, null, errorCode, SR.net_quic_connection_idle);