with the WebClient class in .NET 4.0, is there a way to do a PUT?
I know you can do a GET with DownloadString() and a POST with UploadString(), but is there a method or
Huh? As stated on MS's website WebClient.UploadData does take the method (as a string) too right? Or am I missing something?