Proxy settings for HttpWebRequest

  • Thread starter Thread starter Vincent Mouton
  • Start date Start date
V

Vincent Mouton

Hi,

a quick question. When calling a URI using a HttpWebRequest I always add
the necessary proxy settings uptill now. But I'm just wondering if I
actually need to do this. When a user defined proxy settings for the
default connection on his OS, are those settings used? Is the request
with HttpWebRequest going through these settings? Just wondering.

thanks a lot,
Vincent
 
Vincent Mouton
a quick question. When calling a URI using a HttpWebRequest I always add
the necessary proxy settings uptill now. But I'm just wondering if I
actually need to do this. When a user defined proxy settings for the
default connection on his OS, are those settings used? Is the request
with HttpWebRequest going through these settings? Just wondering.

Yes, by default the OS proxy settings are used.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top