CookieManager Constructor (T:scoped_refptr<CefCookieManager>) |
Version 57.0.0
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax public CookieManager(
[T:scoped_refptr<CefCookieManager>]* cookieManager
)
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