Click or drag to resize

ISchemeHandlerFactory Interface

Version 86.0.240
Class that creates IResourceHandler instances for handling scheme requests. The methods of this class will always be called on the CEF IO thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public interface ISchemeHandlerFactory

The ISchemeHandlerFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Return a new IResourceHandler instance to handle the request or an empty reference to allow default handling of the request.
Top
See Also