NetworkClientSetAttachDebugStackAsync Method |
Version 109.1.110
Specifies whether to attach a page script stack id in requests
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public Task<DevToolsMethodResponse> SetAttachDebugStackAsync(
bool enabled
)
public:
Task<DevToolsMethodResponse^>^ SetAttachDebugStackAsync(
bool enabled
)
Parameters
- enabled
- Type: SystemBoolean
Whether to attach a page script stack for debugging purpose.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also