我正在开发一个 CefSharp 应用程序,
从这个链接下载。我想手动设置代理。我已经申请AutoDetectProxySettings = true
了,但我不确定它是否有效。在样本中
bool IRequestHandler.GetAuthCredentials(IWebBrowser browser, bool isProxy, string host, int port, string realm, string scheme, ref string username, ref string password)
{
return false;
}
我已经在那里标记了一个断点,但它没有调用它。