Click or drag to resize

CookieStore Methods

The CookieStore type exposes the following members.

Methods
  NameDescription
Public methodAdd(Cookie)
Add the specified cookie, force overrides CookieCollection
Public methodAdd(CookieCollection)
Add the specified cookies, force overrides CookieCollection
Public methodDelete(Uri)
Deletes all cookies for the specified uri
Public methodDelete(Uri, String)
Delete the cookie with the specified uri and name.
Public methodGetCookieHeader
Public methodSave
Saves the cookies to disk
Top
See Also