A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cefsharp.github.io/api/118.6.x/html/T_CefSharp_ICookieManager.htm below:

Version 118.6.80

Used for managing cookies. The methods may be called on any thread unless otherwise indicated.

Namespace:  CefSharp
Assembly:

CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)

Syntax
public interface ICookieManager : IDisposable
public interface class ICookieManager : IDisposable

The ICookieManager type exposes the following members.

Properties Methods   Name Description DeleteCookies

Delete all cookies that match the specified parameters. If both url and name values are specified all host and domain cookies matching both will be deleted. If only url is specified all host cookies (but not domain cookies) irrespective of path will be deleted. If url is empty all cookies for all hosts and domains will be deleted. Cookies can alternately be deleted using the Visit*Cookies() methods.

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from IDisposable.) FlushStore

Flush the backing store (if any) to disk This method will be executed on the CEF UI thread in an async fashion, to be notified upon completion implement

ICompletionCallback

and pass in as

callback SetCookie

Sets a cookie given a valid URL and explicit user-provided cookie attributes. This function expects each attribute to be well-formed. It will check for disallowed characters (e.g. the ';' character is disallowed within the cookie value attribute) and fail without setting the cookie if such characters are found. This method will be executed on the CEF UI thread in an async fashion, to be notified upon completion implement

ISetCookieCallback

and pass in as

callback VisitAllCookies

Visit all cookies on the UI thread. The returned cookies are ordered by longest path, then by earliest creation date.

VisitUrlCookies

Visit a subset of cookies on the CEF UI thread. The results are filtered by the given url scheme, host, domain and path. The returned cookies are ordered by longest path, then by earliest creation date.

Top Extension Methods   Name Description DeleteCookiesAsync

Deletes all cookies that matches all the provided parameters asynchronously. If both url and name are empty, all cookies will be deleted.

(Defined by AsyncExtensions.) FlushStoreAsync

Flush the backing store (if any) to disk.

(Defined by AsyncExtensions.) SetCookieAsync

Sets a cookie given a valid URL and explicit user-provided cookie attributes. This function expects each attribute to be well-formed. It will check for disallowed characters (e.g. the ';' character is disallowed within the cookie value attribute) and will return false without setting

(Defined by AsyncExtensions.) VisitAllCookiesAsync

Visits all cookies. The returned cookies are sorted by longest path, then by earliest creation date.

(Defined by AsyncExtensions.) VisitUrlCookiesAsync

Visits a subset of the cookies. The results are filtered by the given url scheme, host, domain and path. If includeHttpOnly is true, HTTP-only cookies will also be included in the results. The returned cookies are sorted by longest path, then by earliest creation date.

(Defined by AsyncExtensions.) Top See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4