Constructor HttpHeaderCollection
HttpHeaderCollection()
Create an new instance of the Http
HttpHeaderCollection(IDictionary<string, string[]>)
Create an new instance of the Http
Parameters
items
IDictionary<string, string[]>The inner collection to add to this collection.
HttpHeaderCollection(IDictionary<string, string?>)
Create an new instance of the Http
Parameters
items
IDictionary<string, string>The inner collection to add to this collection.
HttpHeaderCollection(WebHeaderCollection)
Create an new instance of the Http
Parameters
items
WebHeader Collection The inner collection to add to this collection.