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