CookieCollection Properties |
The CookieCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of cookies in the collection.
| |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
IsSynchronized |
Gets a value indicating whether the access to the collection is thread safe.
| |
ItemInt32 |
Gets the Cookie at the specified index from
the collection.
| |
ItemString |
Gets the Cookie with the specified name from
the collection.
| |
SyncRoot |
Gets an object used to synchronize access to the collection.
|