Click or drag to resize

ResourceRequestHandlerFactoryHandlers Property

Version 130.1.90
Resource handler thread safe dictionary

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

Property Value

ConcurrentDictionaryString, ResourceRequestHandlerFactoryItem
See Also