Click or drag to resize

LegacyResourceHandlerFactoryItem Constructor

Version 73.1.130
Initializes a new instance of the LegacyResourceHandlerFactoryItem class

Namespace:  CefSharp.Lagacy
Assembly:  CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax
public LegacyResourceHandlerFactoryItem(
	IResourceHandler handler,
	bool oneTimeUse
)

Parameters

handler
Type: CefSharpIResourceHandler
The handler for a specific Url
oneTimeUse
Type: SystemBoolean
Whether or not the handler should be used once (true) or until manually unregistered (false)
See Also