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 Methods

The methods of the CookieCollection class are listed below. For a complete list of CookieCollection class members, see the CookieCollection Members topic.

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