IHeaderDictionary.Append Method

Adds the specified header to the dictionary.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Sub Append ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As IHeaderDictionary 
Dim key As String 
Dim value As String

instance.Append(key, value)
void Append(
    string key,
    string value
)
void Append(
    String^ key, 
    String^ value
)
abstract Append : 
        key:string * 
        value:string -> unit
function Append(
    key : String, 
    value : String
)

Parameters

See Also

Reference

IHeaderDictionary Interface

Microsoft.Owin Namespace