Click or drag to resize

CefClearSchemeHandlerFactories Method

Version 89.0.170
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: 89.0.170.0
Syntax
public static bool ClearSchemeHandlerFactories()

Return Value

Type: Boolean
Returns false on error.
See Also