HttpCookiesCollection Class

The collection of HTTP cookies class

Definition

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

Constructors

HttpCookiesCollectionInitializes a new instance of the HttpCookiesCollection class

Properties

Count Returns the number of request cookies in collection
Item Get the cookie at given index in collection

Methods

AddCookie Add a new cookie with 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