How to get dynamic Proxy settings

  • Thread starter Thread starter Guru
  • Start date Start date
G

Guru

Hi,

does anyone know how to get the dynamic proxy settings that are generated
from script run by Internet Explorer?

WebProxy.GetDefaultProxy only works for nondynamic proxy settings.

Ralf
 
I don't have the code handy, but it's an interop to WinHttpGetProxyForUrl.
 
Thanx for you answer.

The problem is, that I need it in a secure environment and it's not
allowed to use win32 system calls and unmanaged code.

Phil Wilson said:
I don't have the code handy, but it's an interop to WinHttpGetProxyForUrl.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

Guru said:
Hi,

does anyone know how to get the dynamic proxy settings that are generated
from script run by Internet Explorer?

WebProxy.GetDefaultProxy only works for nondynamic proxy settings.

Ralf
 
Hi,

I'm wondering if you manage to solve this problem cause I'm also facing the
same thing here. It seems that .NET has a pretty poor support for proxy.

regards,

Guru said:
Thanx for you answer.

The problem is, that I need it in a secure environment and it's not
allowed to use win32 system calls and unmanaged code.

Phil Wilson said:
I don't have the code handy, but it's an interop to WinHttpGetProxyForUrl.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

Guru said:
Hi,

does anyone know how to get the dynamic proxy settings that are generated
from script run by Internet Explorer?

WebProxy.GetDefaultProxy only works for nondynamic proxy settings.

Ralf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top