IHeaderDictionary.SetValues Method (String, String[])
Sets the specified header values without modification.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
void SetValues(
string key,
params string[] values
)
void SetValues(
String^ key,
... array<String^>^ values
)
abstract SetValues :
key:string *
[<ParamArrayAttribute>] values:string[] -> unit
Sub SetValues (
key As String,
ParamArray values As String()
)
Parameters
key
Type: System.StringThe header name.
values
Type: System.String[]The header values.
See Also
IHeaderDictionary Interface
Microsoft.Owin Namespace
Return to top