Click or drag to resize

NetworkClientSetAttachDebugStackAsync Method

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

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

Parameters

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

Return Value

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