如何监控/修改/取消webbrowser控件发送的http请求?
我在我的程序中使用网络浏览器控件。我想取消/修改网络浏览器发出的某些http请求。怎么做呢?
I'm using webbrowser control in my program. I want to cancel/modify certain http request made by the webbrowser. How to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它有C#示例代码,但是Webbrowser Control是COM,拦截器DLL也是ATL COM,所以我认为它会为你工作。
It has example code in C#, but the Webbrowser Control is COM, and interceptor DLL is also ATL COM, so I think it will work for you.