Click or drag to resize

CookieSetLastAccessDate Method

Version 100.0.140
Used internally to set LastAccess. LastAccess can only be set when fecting a Cookie from Chromium

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax
public void SetLastAccessDate(
	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