CefClearSchemeHandlerFactories Method |
Version 101.0.180
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:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 101.0.180.0
Syntax public static bool ClearSchemeHandlerFactories()
public:
static bool ClearSchemeHandlerFactories()
Return Value
Type:
BooleanReturns false on error.
See Also