2 references to AlpnInUse
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
128catch (QuicException e) when (e.QuicError == QuicError.AlpnInUse)
System.Net.Quic (1)
System\Net\Quic\Internal\ThrowHelper.cs (1)
92if (status == QUIC_STATUS_ALPN_IN_USE) return new QuicException(QuicError.AlpnInUse, null, errorCode, SR.net_quic_protocol_error);