HeaderDictionary.SetCommaSeparatedValues(String, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
override this.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.