Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
CookieCollection Members

The CookieCollection class exposes the following members.

Properties
Name Description
AllKeys Gets a string array containing all the keys (cookie names) in the cookie collection.
Count (inherited from NameObjectCollectionBase) 
ItemOverloaded. Gets the cookie with the specified name from the cookie collection.
Keys (inherited from NameObjectCollectionBase) 
Methods
Name Description
Add Adds a cookie into the collection.
Clear Clears the collection.
CopyTo Copies members of the cookie collection to an Array beginning at the specified index of the array.
Equals (inherited from Object) 
GetOverloaded. Returns the HttpCookie item with the specified index from the cookie collection.
GetEnumerator (inherited from NameObjectCollectionBase) 
GetHashCode (inherited from Object) 
GetObjectData (inherited from NameObjectCollectionBase) 
GetType (inherited from Object) 
OnDeserialization (inherited from NameObjectCollectionBase) 
Remove Removes the cookie with the specified name from the collection.
See Also