2 references to QUIC_STATUS_ALPN_IN_USE
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
92if (status == QUIC_STATUS_ALPN_IN_USE) return new QuicException(QuicError.AlpnInUse, null, errorCode, SR.net_quic_protocol_error); 192else if (status == QUIC_STATUS_ALPN_IN_USE) return "QUIC_STATUS_ALPN_IN_USE";