IRequestContextGetCookieManager Method  | 
Version 87.1.132 
            Returns the default cookie manager for this object. This will be the global
            cookie manager if this object is the global request context. 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
SyntaxICookieManager GetCookieManager(
	ICompletionCallback callback
)
ICookieManager^ GetCookieManager(
	ICompletionCallback^ callback
)
Parameters
- callback
 - Type: CefSharpICompletionCallback
If callback is non-NULL it will be executed asynchronously on the CEF IO thread
            after the manager's storage has been initialized. 
Return Value
Type: 
ICookieManagerReturns the default cookie manager for this object
See Also