CookieCollection Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CookieCollection type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Count Gets the number of cookies contained in the CookieCollection.
Public propertySupported by Silverlight for Windows Phone IsReadOnly Gets a value that indicates whether the CookieCollection is read-only.
Public propertySupported by Silverlight for Windows Phone IsSynchronized Gets a value that indicates whether access to the CookieCollection is thread safe.
Public propertySupported by Silverlight for Windows Phone Item Gets the cookie with the specified name from the collection.
Public propertySupported by Silverlight for Windows Phone SyncRoot Gets an object that you can use to synchronize access to the CookieCollection.

Top