DefaultResourceHandlerFactoryHandlers Property |
Version 67.0.0
Resource handler thread safe dictionary
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax public ConcurrentDictionary<string, DefaultResourceHandlerFactoryItem> Handlers { get; }
public:
property ConcurrentDictionary<String^, DefaultResourceHandlerFactoryItem^>^ Handlers {
ConcurrentDictionary<String^, DefaultResourceHandlerFactoryItem^>^ get ();
}
Property Value
Type:
ConcurrentDictionaryString,
DefaultResourceHandlerFactoryItemSee Also