使用CEfSharp之旅(8)CEFSharp 使用代理 更换位置IP

时间:2023-02-08 16:57:18
原文: 使用CEfSharp之旅(8)CEFSharp 使用代理 更换位置IP

版权声明:本文为博主原创文章,未经博主允许不得转载。可点击关注博主 ,不明白的进群191065815 我的群里问 https://blog.csdn.net/u010919083/article/details/88579678

直接上代码:

var settings = new CefSettings();

settings.CachePath = "cache";

settings.CefCommandLineArgs.Add("proxy-server", ProxyAddress);

Cef.Initialize(settings);