Share via


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

See Also

IHeaderDictionary Interface
Microsoft.Owin Namespace

Return to top