Click or drag to resize

Headers.SetCommaSeparatedValues Method

Version 96.0.142
Quotes any values containing commas, and then comma joins all of the values.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
public void SetCommaSeparatedValues(
	string key,
	params string[] values
)

Parameters

key
Type: System.String
The header name.
values
Type:System.String[]
The header values.
See Also