Table of Contents

Method Flush

Namespace
DotNetBrowser.Cookies
Assembly
DotNetBrowser.dll

Flush()

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.

void Flush()

Exceptions

ObjectDisposedException

The ICookieStore has already been disposed.