CookieStore Methods | 
The CookieStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Cookie) | 
            Add the specified cookie, force overrides CookieCollection
              | |
| Add(CookieCollection) | 
            Add the specified cookies, force overrides CookieCollection
              | |
| Delete(Uri) | 
            Deletes all cookies for the specified uri
              | |
| Delete(Uri, String) | 
            Delete the cookie with the specified uri and name.
              | |
| GetCookieHeader | ||
| Save | 
            Saves the cookies to disk
              |