Click or drag to resize

ICookieStoreFlush Method

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.13.0
Syntax
C#
void Flush()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ICookieStore has already been disposed.
See Also