Click or drag to resize

CefClearSchemeHandlerFactories Method

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

Return Value

Type: Boolean
Returns false on error.
See Also