HttpHeadersCollection Class

The collection of HTTP headers class

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class HttpHeadersCollection : IEnumerable
Inheritance
Object    HttpHeadersCollection
Implements
IEnumerable

Constructors

HttpHeadersCollectionInitializes a new instance of the HttpHeadersCollection class

Properties

Count Returns the number of request headers in collection
Item Returns the header at the given index from collection

Methods

AddRequestHeader Add a new header with the given name and value to collection
Clear Removes all the elements from the collection
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Returns the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also