HeaderDictionary.AppendValues(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.
Add new values. Each item remains a separate array entry.
public void AppendValues (string key, params string[] values);
abstract member AppendValues : string * string[] -> unit
override this.AppendValues : string * string[] -> unit
Public Sub AppendValues (key As String, ParamArray values As String())
Parameters
- key
- String
The header name.
- values
- String[]
The header values.