Click or drag to resize

LogClientStartViolationsReportAsync Method

Version 102.0.100
start violation reporting.

Namespace:  CefSharp.DevTools.Log
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<DevToolsMethodResponse> StartViolationsReportAsync(
	IList<ViolationSetting> config
)

Parameters

config
Type: System.Collections.GenericIListViolationSetting
Configuration for violations.

Return Value

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