Click or drag to resize

IResourceRequestHandlerFactory Interface

Version 94.4.20
Class that creates IResourceHandler instances for handling custom requests. The methods of this class will always be called on the CEF IO thread. This interface maps to the CefRequestHandler::GetResourceHandler method. It was split out to allow for the ResourceRequestHandlerFactory implementation that provides support for the LoadHtml extension method.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public interface IResourceRequestHandlerFactory

The IResourceRequestHandlerFactory type exposes the following members.

Properties
  NameDescription
Public propertyHasHandlers
Are there any ResourceHandler's registered?
Top
Methods
  NameDescription
Public methodGetResourceRequestHandler
Called on the CEF IO thread before a resource request is initiated.
Top
See Also