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