Click or drag to resize
DefaultResourceHandlerFactoryItem Constructor
Version 63.0.0
Initializes a new instance of the DefaultResourceHandlerFactoryItem class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public DefaultResourceHandlerFactoryItem(
	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