| NetworkClientSetAttachDebugStackAsync Method  | 
Version 90.6.50 
            Specifies whether to attach a page script stack id in requests
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic 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
See Also