IHeaderDictionary.SetValues(String, String[]) Method

Definition

Sets the specified header values without modification.

public void SetValues (string key, params string[] values);
abstract member 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.

Applies to