2 references to QUIC_STATUS_ALPN_NEG_FAILURE
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
102
if (status ==
QUIC_STATUS_ALPN_NEG_FAILURE
) return new AuthenticationException(SR.net_quic_alpn_neg_error);
176
else if (status ==
QUIC_STATUS_ALPN_NEG_FAILURE
) return "QUIC_STATUS_ALPN_NEG_FAILURE";