LegacyResourceHandlerFactoryHandlers Property |
Version 73.1.130
Resource handler thread safe dictionary
Namespace:
CefSharp.Lagacy
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax public ConcurrentDictionary<string, LegacyResourceHandlerFactoryItem> Handlers { get; }
public:
property ConcurrentDictionary<String^, LegacyResourceHandlerFactoryItem^>^ Handlers {
ConcurrentDictionary<String^, LegacyResourceHandlerFactoryItem^>^ get ();
}
Property Value
Type:
ConcurrentDictionaryString,
LegacyResourceHandlerFactoryItemSee Also