I want to be able from .NET to set computer default web proxy (override previous default proxy settings in IE). From the documentation of WebProxy class in .NET it seems that it only affects proxy settings for WebRequest.
Is there a way to do this ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is an option to play with the registry (Here)
Or you can use API32 for this Here – recommended