DefaultResourceHandlerFactoryHandlers Property |
Version 55.0.0
Resource handler thread safe dictionary
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public ConcurrentDictionary<string, IResourceHandler> Handlers { get; }
public:
property ConcurrentDictionary<String^, IResourceHandler^>^ Handlers {
ConcurrentDictionary<String^, IResourceHandler^>^ get ();
}
Property Value
Type:
ConcurrentDictionaryString,
IResourceHandlerSee Also