IResourceRequestHandlerFactory Interface |
Namespace: CefSharp
The IResourceRequestHandlerFactory type exposes the following members.
Name | Description | |
---|---|---|
HasHandlers |
Return to have GetResourceRequestHandler(IWebBrowser, IBrowser, IFrame, IRequest, Boolean, Boolean, String, Boolean)
called for every resource request. Otherwise return .
|
Name | Description | |
---|---|---|
GetResourceRequestHandler |
Called on the CEF IO thread before a resource request is initiated.
|