Click or drag to resize

CookieCollection Class

Provides a Type-safe way to manipulate Cookies
Inheritance Hierarchy
SystemObject
  Dynamicweb.Environment.WebCookieCollection

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public class CookieCollection : ICookieCollection, 
	ICollection, IEnumerable

The CookieCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsSynchronized
Public propertyItem
Gets the Cookie with the specified name
Public propertySyncRoot
Top
Methods
  NameDescription
Public methodAdd
Adds the specified Cookie to the Cookie Collection
Public methodCopyTo
Public methodGetEnumerator
Public methodRemove
Removes the Cookie with the specified name from the Collection
Public methodSet
Updates an existing cookie, or adds it as a new cookie.
Top
See Also