Click or drag to resize

ResourceRequestHandlerFactoryHandlers Property

Version 75.1.140
Resource handler thread safe dictionary

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

Property Value

Type: ConcurrentDictionaryString, ResourceRequestHandlerFactoryItem
See Also