CookieSetCreationDate Method |
Version 101.0.180
Used internally to set
Creation.
Creation can only be set when fecting a Cookie from Chromium
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public void SetCreationDate(
DateTime dateTime
)
public:
void SetCreationDate(
DateTime dateTime
)
Parameters
- dateTime
- Type: SystemDateTime
dateTime
Remarks
Hidden from intellisense as only meant to be used internally, unfortunately
VC++ makes it hard to use internal classes from C#
See Also