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
You can't make the WebClient class remember the cookies, you have to get the cookie container from the response and use it in the next request.