ISchemeHandlerFactory Interface |
Version 118.6.80 Class that creates
IResourceHandler instances for handling scheme requests. The methods of this class will always be called on the CEF IO thread.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
SyntaxpublicinterfaceISchemeHandlerFactory
publicinterface classISchemeHandlerFactory
TheISchemeHandlerFactory type exposes the following members.
Methods| | Name | Description |
|---|
 | Create | Return a new IResourceHandler instance to handle the request or an empty reference to allow default handling of the request. |
Top
See Also