示例#1
0
        public Downloader()
        {
            m_status  = DownloaderStatusType.NotStarted;
            m_queue   = new RoundRobinQueueManager();
            m_urlSet  = new HashSet <string>();
            m_history = new List <CrawlHistroyEntry>();

            m_dirty = false;
        }
示例#2
0
        public Downloader()
        {
            m_status = DownloaderStatusType.NotStarted;
            m_queue = new UrlQueueManager();
            m_urlSet = new HashSet<string>();
            m_history = new List<CrawlHistroyEntry>();

            m_dirty = false;
        }