Hi Guys, I am working on a project to download files using .Net c# 2.0 SP1. One of the requirements of the project is to not seek any proxy details and automatically detect this from IE etc.
Now i haven't worked with proxy before and hence i am a bit baffled. After hours of searching google, msdn etc, i have come across the following article http://msdn.microsoft.com/en-gb/magazine/cc300743.aspx#S3
Now i am totally confused how to do this? Can someone please help me with an easier implementation or guide me please?
Sorry once again if i sound silly, but i haven't worked with .Net proxies and hence I am struggling.
This is for C# Winforms and hence i cannot do this in web.config.
Thanks in advance for your help.