C-DEngine 5.105

CookieCollection Properties

The CookieCollection type exposes the following members.

Properties


  Name Description
Public property Count
Gets the number of cookies in the collection.
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
Public property IsSynchronized
Gets a value indicating whether the access to the collection is thread safe.
Public property Item[([( Int32])])
Gets the Cookie at the specified index from the collection.
Public property Item[([( String])])
Gets the Cookie with the specified name from the collection.
Public property SyncRoot
Gets an object used to synchronize access to the collection.