Can I do that? how to? As I am going to parse the web page contents inside of
my C# console Application.
Thanks,
John Smith - 17 Nov 2004 23:07 GMT
Look into the
HttpWebRequest
and
HttpWebResponse objects
> Can I do that? how to? As I am going to parse the web page contents inside of
> my C# console Application.
> Thanks,
Matt Berther - 17 Nov 2004 23:07 GMT
Hello Alex,
Look at the HttpWebRequest class in MSDN...
--
Matt Berther
http://www.mattberther.com
> Can I do that? how to? As I am going to parse the web page contents
> inside of
> my C# console Application.
> Thanks,
Jon Skeet [C# MVP] - 18 Nov 2004 07:52 GMT
> Can I do that? how to? As I am going to parse the web page contents inside of
> my C# console Application.
See http://www.pobox.com/~skeet/csharp/faq/#webrequest

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too