标签: c# cefsharp
我的计算机有多个网络卡和ips。 如何指定网卡发送网络请求?
喜欢使用HttpWebRequest
configurator.ServicePoint.BindIPEndPointDelegate = (servicePoint,remoteEndPoint,retryCount)=>新的IPEndPoint(ip,0);