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