LogClientEnableAsync Method  | 
Version 106.0.290 
            Enables log domain, sends the entries collected so far to the client by means of the
            `entryAdded` notification.
            
 
    Namespace: 
   CefSharp.DevTools.Log
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<DevToolsMethodResponse> EnableAsync()
public:
Task<DevToolsMethodResponse^>^ EnableAsync()
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also