CefClearSchemeHandlerFactories Method |
Version 130.1.90
Clear all scheme handler factories registered with the global request context.
Returns false on error. This function may be called on any thread in the browser process.
Using this function is equivalent to calling Cef.GetGlobalRequestContext().ClearSchemeHandlerFactories().
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool ClearSchemeHandlerFactories()
public:
static bool ClearSchemeHandlerFactories()
Return Value
BooleanReturns false on error.
See Also