using System; using System.Collections.Generic; using System.Linq; using System.Text; using HttpWebCrawler; namespace HttpWebCrawler_Test { class HttpWebCrawlerTest { static void Main(string[] args) { WebPage.GetAllPagesUnder(new Uri("http://www.eee.bham.ac.uk/spannm/links.htm")); } } }