DefaultResourceHandlerFactoryHandlers Property |
Version 57.0.0
Resource handler thread safe dictionary
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.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