ResourceRequestHandlerFactoryHandlers Property |
Version 101.0.180
Resource handler thread safe dictionary
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public ConcurrentDictionary<string, ResourceRequestHandlerFactoryItem> Handlers { get; }
public:
property ConcurrentDictionary<String^, ResourceRequestHandlerFactoryItem^>^ Handlers {
ConcurrentDictionary<String^, ResourceRequestHandlerFactoryItem^>^ get ();
}
Property Value
Type:
ConcurrentDictionaryString,
ResourceRequestHandlerFactoryItemSee Also