End Google Ads 201810 - BS.net 01 --> Hello friends,
I have a program to connect to url using HttpWebRequest object and download a file from that url.
I have set

httpwebRequest.Proxy = null;

Question: In my application, no setting field available for to define the specific proxy settings - so, does the my programming foresee to use by default the internet explorer proxy setting?

or are there any other ways to bypass the proxy?

Thank You