ICookieStoreDeleteAllCookies Method |
Deletes all of the cookies including session, secure or HTTP only cookies.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax Task<int> DeleteAllCookies()
Return Value
Type:
TaskInt32The number of deleted cookies.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The ICookieStore has already been disposed. |
See Also