Click or drag to resize

Headers.AppendCommaSeparatedValues Method

Version 100.0.140
Quotes any values containing commas, and then comma joins all of the values with any existing values.

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

Parameters

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