Cefsharp如何指定网卡发送网络请求

时间:2019-04-25 16:30:46

标签: c# cefsharp

我的计算机有多个网络卡和ips。 如何指定网卡发送网络请求?

喜欢使用HttpWebRequest

configurator.ServicePoint.BindIPEndPointDelegate = (servicePoint,remoteEndPoint,retryCount)=>新的IPEndPoint(ip,0);

0 个答案:

没有答案