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