Tagged Questions
1
vote
4answers
1k views
Autoproxy configuration script parsing in .Net/C#
In order for my application (.Net 1.1) to use the system configured proxy server (trough a proxy.pac script) I was using an interop calls to WinHTTP function WinHttpGetProxyForUrl, passing the ...