Click or drag to resize

CookieBuilderCreationTime Property

Gets or sets cookie creation time.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntax
C#
public DateTime CreationTime { get; set; }

Property Value

Type: DateTime
The cookie creation time.
See Also