Click or drag to resize

ResourceRequestHandlerFactory.Handlers Property

Version 103.0.120
Resource handler thread safe dictionary

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

Property Value

Type: ConcurrentDictionary<String, ResourceRequestHandlerFactoryItem>
See Also