I want to login using the WebRequest class.
var http = WebRequest.Create("http://www.xxx.nl/admin/xxx.php?id=3005");
I think I need to do something with the NetworkCredential Class but do I only need to fill in the username and password?
Also, I don't know how I would eventually receive the page data.