문제

I have .Net 3.5 WinForms application that require access to the Internet. But my company network uses dynamic proxy settings shown below. All my attempts to retrieve and use this setting got fail.
How to use this proxy in .net application?
Proxy Settings

도움이 되었습니까?

해결책

Please go through the following link: http://msdn.microsoft.com/en-us/magazine/cc300743.aspx

다른 팁

But default every HttpWebRequest should automatically be filled out with this information. See C# Getting proxy settings from Internet Explorer

By default the .NET framework will use whatever proxy settings setup on the local machine. So what you asked should be done automatically. Check DefaultProxy setting in your config file .

http://msdn.microsoft.com/en-us/library/kd3cf2ex%28v=vs.90%29.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top