HeaderDictionary Constructor (IDictionary<String, String >)
Initializes a new instance of the HeaderDictionary class.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public HeaderDictionary(
IDictionary<string, string[]> store
)
public:
HeaderDictionary(
IDictionary<String^, array<String^>^>^ store
)
new :
store:IDictionary<string, string[]> -> HeaderDictionary
Public Sub New (
store As IDictionary(Of String, String())
)
Parameters
store
Type: System.Collections.Generic.IDictionary<String, String[]>The underlying data store.
See Also
HeaderDictionary Class
Microsoft.Owin Namespace
Return to top