Click or drag to resize

HeadersSetCommaSeparatedValues Method

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

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

Parameters

key
Type: SystemString
The header name.
values
Type: SystemString
The header values.
See Also