Click or drag to resize

ResourceRequestHandlerFactoryHandlers Property

Version 85.3.121
Resource handler thread safe dictionary

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

Property Value

Type: ConcurrentDictionaryString, ResourceRequestHandlerFactoryItem
See Also