直接上代碼:
var settings = new CefSettings();
settings.CachePath = "cache";
settings.CefCommandLineArgs.Add("proxy-server", ProxyAddress);
Cef.Initialize(settings);
出處:https://blog.csdn.net/u010919083/article/details/88579678
=============================================================
目錄
使用CEfSharp之旅(3)下載文件 彈出保存框 IDownloadHandler
使用CEfSharp之旅(5)CEFSharp 隔離Cookie
使用CEfSharp之旅(6)攔截網絡請求 截取response返回
使用CEfSharp之旅(7)CEFSharp 攔截 http 請求 websocket 內容
使用CEfSharp之旅(8)CEFSharp 使用代理 更換位置IP
出處:https://blog.csdn.net/u010919083/article/category/7219618