Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Update WinHttpWebProxyFinder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirgil authored Nov 7, 2021
1 parent c008bff commit a8930c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ internal void UsePacFile(Uri upstreamProxyConfigurationScript)
proxy = new WebProxy(new Uri("http://localhost"), BypassOnLocal);
}


private ProxyInfo getProxyInfo()
{
var proxyConfig = new NativeMethods.WinHttp.WINHTTP_CURRENT_USER_IE_PROXY_CONFIG();
Expand Down

0 comments on commit a8930c3

Please sign in to comment.