How can I get the WebClient to use Cookies?

Posted by Jeremy Child on Stack Overflow See other posts from Stack Overflow or by Jeremy Child
Published on 2010-05-13T08:39:03Z Indexed on 2010/05/13 8:44 UTC
Read the original article Hit count: 397

Filed under:
|

I would like the VB.net WebClient to remember cookies.

I have searched and tried numerous overloads classes.

I want to login to a website via POST, then POST to another page and get its contents whilst still retaining my session.

Is this possible with VB.net without using WebBrowser control ?

I tried Chilkat.HTTP and it works, but I want to use .Net libraries.

Regards, Jeremy.

© Stack Overflow or respective owner

Related posts about webclient

Related posts about vb.net