Click or drag to resize
CookieManager Class
Version 55.0.0

[Missing <summary> documentation for "T:CefSharp.CookieManager"]

Inheritance Hierarchy
SystemObject
  CefSharpCookieManager

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax
public class CookieManager : ICookieManager, 
	IDisposable

The CookieManager type exposes the following members.

Constructors
  NameDescription
Public methodCookieManager(CefRefPtr<CefCookieManager>*)
Initializes a new instance of the CookieManager class
Public methodCookieManager(String, Boolean, ICompletionCallback)
Initializes a new instance of the CookieManager class
Top
Methods
  NameDescription
Public methodDeleteCookiesAsync
Public methodDispose
Releases all resources used by the CookieManager
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the CookieManager and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodFlushStoreAsync
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCookieAsync
Public methodSetStoragePath
Public methodSetSupportedSchemes
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVisitAllCookies
Public methodVisitAllCookiesAsync
Public methodVisitUrlCookies
Public methodVisitUrlCookiesAsync
Top
Operators
See Also