2 references to QUIC_STATUS_VER_NEG_ERROR
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
75
if (status ==
QUIC_STATUS_VER_NEG_ERROR
) return new QuicException(QuicError.VersionNegotiationError, null, errorCode, SR.net_quic_ver_neg_error);
173
else if (status ==
QUIC_STATUS_VER_NEG_ERROR
) return "QUIC_STATUS_VER_NEG_ERROR";