System.Net.CookieCollection: Property Members

The properties of System.Net.CookieCollection are listed below. For a list of all members, see the CookieCollection Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of cookies contained in a System.Net.CookieCollection.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether a System.Net.CookieCollection is read-only.

[read-only]
IsSynchronizedbool.

Gets a value that indicates whether access to a System.Net.CookieCollection is thread safe.

[read-only]
default property
Item(int)Cookie. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)Cookie. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets an object to synchronize access to the System.Net.CookieCollection.