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