Click or drag to resize

ResourceRequestHandlerFactoryHandlers Property

Version 79.1.350
Resource handler thread safe dictionary

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

Property Value

Type: ConcurrentDictionaryString, ResourceRequestHandlerFactoryItem
See Also