What does WebClient.UploadString do?
I thought it post so i can login with it. When i used wc.UploadString(@"http://mysite.com/login", "user=u&pass=p"); i thought i would get the html of the front page with me logged in. However all i got was no warning that my pass was incorrect and my method=post
note at the bottom.
What does WebClient.UploadString really do? and how can i login with WebClient?