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