Click or drag to resize
CookieManager Constructor (T:scoped_refptr<CefCookieManager>)
Version 57.0.0
Initializes a new instance of the CookieManager class

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
public CookieManager(
	[T:scoped_refptr<CefCookieManager>]* cookieManager
)

Parameters

cookieManager
Type: [T:scoped_refptr<CefCookieManager>]IsImplicitlyDereferenced*

[Missing <param name="cookieManager"/> documentation for "M:CefSharp.CookieManager.#ctor(scoped_refptr<CefCookieManager>!System.Runtime.CompilerServices.IsConst*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]

See Also