0
How to make web request with C#?
I want to login on the web page with c# request
1 ответ
+ 1
I found a good example on stackoverflow:
https://stackoverflow.com/questions/4015324/how-to-make-http-post-web-request
I used the webclient method for my applications