views:

17

answers:

1

Does the WebClient class support changing the method to HEAD?

I like the simplicity of using this class but if it's not that flexible then I will simply switch over to using the full-fledged HttpWebRequest and Response classes.

A: 

Marc Gravell suggested a solution to a similar problem, using a subclass.

Matthew Flaschen
Although I've chosen against using this in my program, it seems the most correct answer all things considered, so am accepting it as such. Thanks.
John K