HeadersAppendCommaSeparatedValues Method |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public void AppendCommaSeparatedValues(
string key,
params string[] values
)
public:
void AppendCommaSeparatedValues(
String^ key,
... array<String^>^ values
)
Parameters
- key
- Type: SystemString
The header name. - values
- Type: SystemString
The header values.
See Also