I need to enable cookie with webclient (windowsForm Project)
I found a solution for it in this link
Using CookieContainer with WebClient class
but I can not understand how to apply it ? should I create a new class for it (it does not work) or I need to change variables to make it suitable to my project ?
I need someone explain me how exactly apply it, and if you have a another solution supply me with it.