IHeaderDictionary.Set Method (String, String)
Sets a specific header value.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
void Set(
string key,
string value
)
void Set(
String^ key,
String^ value
)
abstract Set :
key:string *
value:string -> unit
Sub Set (
key As String,
value As String
)
Parameters
key
Type: System.StringThe header name.
value
Type: System.StringThe header value.
See Also
IHeaderDictionary Interface
Microsoft.Owin Namespace
Return to top