Click or drag to resize

NetworkClientEnableReportingApiAsync Method

Version 130.1.90
Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> EnableReportingApiAsync(
	bool enable
)

Parameters

enable  Boolean
Whether to enable or disable events for the Reporting API

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also