CookieCollection Members
The CookieCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CookieCollection |
Initializes a new instance of the CookieCollection class.
|
Methods
Name | Description | |
---|---|---|
Add(Cookie) |
Adds the specified cookie to the collection.
|
|
Add(CookieCollection) |
Adds the specified cookies to the collection.
|
|
CopyTo(Array, Int32) |
Copies the elements of the collection to the specified Array, starting at
the specified index in the array.
|
|
CopyTo(array<Cookie>[]()[][], Int32) |
Copies the elements of the collection to the specified array of Cookie,
starting at the specified index in the array.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Gets the enumerator used to iterate through the collection.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.
|