Click or drag to resize

NetworkClientSetAttachDebugStackAsync Method

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

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