Click or drag to resize

ResourceRequestHandlerFactoryHandlers Property

Version 86.0.240
Resource handler thread safe dictionary

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public ConcurrentDictionary<string, ResourceRequestHandlerFactoryItem> Handlers { get; }

Property Value

Type: ConcurrentDictionaryString, ResourceRequestHandlerFactoryItem
See Also