Use this method to save all the changes you apply to this cookie storage.
                By default all the changes to the cookie store are made in memory, so when
                you restart the application you will not see the changes you made if you
                don't invoke this method on application exit. You can invoke this method
                after every change you made to cookie storage.
            
 
    Namespace: 
   DotNetBrowser.Cookies
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
Syntax
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The ICookieStore has already been disposed. | 
See Also