Click or drag to resize

ResourceRequestHandlerFactoryHandlers Property

Version 94.4.20
Resource handler thread safe dictionary

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

Property Value

Type: ConcurrentDictionaryString, ResourceRequestHandlerFactoryItem
See Also