I'm looking for a easy way to post data to webpages while keeping the cookies. for example you login to somewhere, and late开发者_如何学Gor you do some new actions.
What's the easiest way to do that?
There are number of ways how you can do this:
- WebClient
- HttpWebRequest
- Watin
- WebBrowser/ AxWebBrowser
The way you choose depends on your specific requirements. I prefer to use HttpWebRequest because it gives flexibility and speed.
精彩评论