HeaderDictionary Constructor

Initializes a new instance of the HeaderDictionary class.

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

Syntax

'Declaration
Public Sub New ( _
    store As IDictionary(Of String, String()) _
)
'Usage
Dim store As IDictionary(Of String, String())

Dim instance As New HeaderDictionary(store)
public HeaderDictionary(
    IDictionary<string, string[]> store
)
public:
HeaderDictionary(
    IDictionary<String^, array<String^>^>^ store
)
new : 
        store:IDictionary<string, string[]> -> HeaderDictionary
public function HeaderDictionary(
    store : IDictionary<String, String[]>
)

Parameters

See Also

Reference

HeaderDictionary Class

Microsoft.Owin Namespace