2 references to QUIC_STATUS_CONNECTION_IDLE
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
76
if (status ==
QUIC_STATUS_CONNECTION_IDLE
) return new QuicException(QuicError.ConnectionIdle, null, errorCode, SR.net_quic_connection_idle);
168
else if (status ==
QUIC_STATUS_CONNECTION_IDLE
) return "QUIC_STATUS_CONNECTION_IDLE";