Click or drag to resize

NetworkClient.SetAttachDebugStackAsync Method

Version 100.0.140
Specifies whether to attach a page script stack id in requests

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax
public Task<DevToolsMethodResponse> SetAttachDebugStackAsync(
	bool enabled
)

Parameters

enabled
Type: System.Boolean
Whether to attach a page script stack for debugging purpose.

Return Value

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