A Aaron Apr 17, 2005 #1 whats the difference between webrequest and webclient? and in what case should I use which? thanks Aaron
whats the difference between webrequest and webclient? and in what case should I use which? thanks Aaron
S Scott Allen Apr 17, 2005 #2 Hi Aaron: WebClient has a simpler interface than WebRequest. In general you could stick to using just WebClient unless you needed to manipulate the request in an advanced way. I have an example using both classes here: http://odetocode.com/Articles/162.aspx --s
Hi Aaron: WebClient has a simpler interface than WebRequest. In general you could stick to using just WebClient unless you needed to manipulate the request in an advanced way. I have an example using both classes here: http://odetocode.com/Articles/162.aspx --s