What is the relationship between WebProxy & IWebProxy with respect to WebClient?
- by Streamline
I am creating an app (.NET 2.0) that uses WebClient to connect (downloaddata, etc) to/from a http web service.
I am adding a form now to handle allowing proxy information to either be stored or set to use the defaults. I am a little confused about some things.
First, some of the methods & properties available in either WebProxy or IWebProxy…