It works and it gets all cookies to get access to WordPress admin dashboard. You have to use SslStream and TcpClient. WebHelper in this code is WebClient with cookies support. It connects via SSL (https), creates CookieContainer and put it into WebClient (“WebHelper” in my code). You can modify this code to your needs of course.
Cheers
You don’t leave any sources for the WebHelper. Googled it, cannot find anything. Please let me know if you add sources. Otherwise this post really isn’t very useful at all unfortunately.
it’s just WebClient with cookies. BTW: This code still works.
Okay, and how can I use WebClient with cookies without having a link to download the WebHelper class?