CookieCollection Properties
The CookieCollection type exposes the following members.
Properties
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.
|
|
Item[([( Int32])]) |
Gets the Cookie at the specified index from
the collection.
|
|
Item[([( String])]) |
Gets the Cookie with the specified name from
the collection.
|
|
SyncRoot |
Gets an object used to synchronize access to the collection.
|