public class HttpCookiesCollection : IEnumerablePublic Class HttpCookiesCollection
Implements IEnumerablepublic ref class HttpCookiesCollection : IEnumerabletype HttpCookiesCollection =
class
interface IEnumerable
end| HttpCookiesCollection | Initializes a new instance of the HttpCookiesCollection class |
| Count | Returns the number of request cookies in collection |
| Item | Get the cookie at given index in collection |
| AddCookie | Add a new cookie with given name and value to collection |
| Clear | Removes all the elements from the collection |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Returns the collection enumerator |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |