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