CEFSharp Resource loaded event

对着背影说爱祢 提交于 2019-12-11 04:48:22

问题


I am looking for something to intercept the response of a resource loaded. For example an image. I am aware the OnResourceResponse method in the CefSharp.IRequestHandler is not available. See this link: https://github.com/cefsharp/CefSharp/blob/master/CefSharp/IRequestHandler.cs#L37

Is there any other way I can intercept a resource loaded? I only need to know if the request is ready, and what URL it contains. I do not mind about the content.

来源:https://stackoverflow.com/questions/26959731/cefsharp-resource-loaded-event

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!