HeaderDictionary.SetValues(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.
Sets the specified header values without modification.
public void SetValues (string key, params string[] values);
abstract member SetValues : string * string[] -> unit
override this.SetValues : string * string[] -> unit
Public Sub SetValues (key As String, ParamArray values As String())
Parameters
- key
- String
The header name.
- values
- String[]
The header values.