2 references to QUIC_STATUS_PROTOCOL_ERROR
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
77
if (status ==
QUIC_STATUS_PROTOCOL_ERROR
) return new QuicException(QuicError.TransportError, null, errorCode, SR.net_quic_protocol_error);
172
else if (status ==
QUIC_STATUS_PROTOCOL_ERROR
) return "QUIC_STATUS_PROTOCOL_ERROR";