Click or drag to resize

CookieCollection Methods

The CookieCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Cookie)
Adds the specified cookie to the collection.
Public methodAdd(CookieCollection)
Adds the specified cookies to the collection.
Public methodCopyTo(Array, Int32)
Copies the elements of the collection to the specified Array, starting at the specified index in the array.
Public methodCopyTo(Cookie, Int32)
Copies the elements of the collection to the specified array of Cookie, starting at the specified index in the array.
Public methodGetEnumerator
Gets the enumerator used to iterate through the collection.
Top
See Also