IHeaderDictionary.SetCommaSeparatedValues(String, String[]) Method

Definition

Quotes any values containing comas, and then coma joins all of the values.

public void SetCommaSeparatedValues (string key, params string[] values);
abstract member SetCommaSeparatedValues : string * string[] -> unit
Public Sub SetCommaSeparatedValues (key As String, ParamArray values As String())

Parameters

key
String

The header name.

values
String[]

The header values.

Applies to