Click or drag to resize

CookieCollection Properties

The CookieCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of cookies in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyIsSynchronized
Gets a value indicating whether the access to the collection is thread safe.
Public propertyItemInt32
Gets the Cookie at the specified index from the collection.
Public propertyItemString
Gets the Cookie with the specified name from the collection.
Public propertySyncRoot
Gets an object used to synchronize access to the collection.
Top
See Also