var client = new WebClient();
var webContent = await client.DownloadStringTaskAsync("http://www.gamlor.info/wordpress/");
ProcessFurther(webContent);