HeaderCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HeaderCollection() | |
HeaderCollection(IDictionary<String,StringValues>) |
HeaderCollection()
public:
HeaderCollection();
public HeaderCollection ();
Public Sub New ()
Applies to
HeaderCollection(IDictionary<String,StringValues>)
public:
HeaderCollection(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ store);
public HeaderCollection (System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Primitives.StringValues> store);
new Microsoft.Net.Http.Server.HeaderCollection : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Primitives.StringValues> -> Microsoft.Net.Http.Server.HeaderCollection
Public Sub New (store As IDictionary(Of String, StringValues))
Parameters
- store
- IDictionary<String,StringValues>