CookieCollection Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Cookie^) | Adds a Cookie to a CookieCollection. |
![]() | Add(CookieCollection^) | Adds the contents of a CookieCollection to the current instance. |
![]() | CopyTo(Array^, Int32) | Copies the elements of a CookieCollection to an instance of the Array class, starting at a particular index. |
![]() | CopyTo(array<Cookie^>^, Int32) | Copies the elements of this CookieCollection to a Cookie array starting at the specified index of the target array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Gets an enumerator that can iterate through a CookieCollection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |

