المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Get proxy settings from automatic configuration script



C# Programming
06-26-2009, 12:51 PM
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();