Ghita
Ghita

Reputation: 4505

windows, set computer(browser) default web proxy

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 ?

Upvotes: 1

Views: 168

Answers (1)

Yacov
Yacov

Reputation: 1070

There is an option to play with the registry (Here)

Or you can use API32 for this Here - recommended

Upvotes: 1

Related Questions