Click or drag to resize

NetworkClientSetAttachDebugStackAsync Method

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

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.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