HeaderDictionary(IDictionary<String,String[]>) Constructor

Definition

Initializes a new instance of the HeaderDictionary class.

public HeaderDictionary (System.Collections.Generic.IDictionary<string,string[]> store);
new Microsoft.Owin.HeaderDictionary : System.Collections.Generic.IDictionary<string, string[]> -> Microsoft.Owin.HeaderDictionary
Public Sub New (store As IDictionary(Of String, String()))

Parameters

store
IDictionary<String,String[]>

The underlying data store.

Applies to