the error is "CS0246: The type or namespace name 'WebClient' could not be found (are you missing a using directive or an assembly reference?)". and I
am using all of the following:
using System;
using System.Web.UI.WebControls;
using System.Net.Mail;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Net;
using System.IO;
using System.Web;
using System.Web.Services;
using System.Web;
using System.Web.UI;
using System.Net.WebClient;
What is the syntax for HttpClient because when I try to add it is says it is wrong or not an object...
I just need a working exampke of a screen scrape in c# so i can pull info of one page and inlcude it in mine...