Click or drag to resize

NetworkClientSetAttachDebugHeaderAsync Method

Version 87.1.132
Specifies whether to sned a debug header to all outgoing requests.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
public Task<DevToolsMethodResponse> SetAttachDebugHeaderAsync(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean
Whether to send a debug header.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also