Get proxy settings from automatic configuration script
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I'm building a windows application for our company, which checks the state of a list with web links. The proxy settings in our company are setted by an automatic configuration script. Is it possible to use these settings to st up WebRequests? WebProxy proxy = WebProxy.GetDefaultProxy(); <- doesnt work. Thanks for your help! Best regards succo