Click or drag to resize

NetworkClientSetAttachDebugStackAsync Method

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

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