CookieCollection Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CookieCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of cookies contained in the CookieCollection. |
|
IsReadOnly | Gets a value that indicates whether the CookieCollection is read-only. |
|
IsSynchronized | Gets a value that indicates whether access to the CookieCollection is thread safe. |
|
Item | Gets the cookie with the specified name from the collection. |
|
SyncRoot | Gets an object that you can use to synchronize access to the CookieCollection. |
Show: