Click or drag to resize

CookieBuilderExpirationTime Property

Gets or sets cookie expiration time.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Nullable<DateTime> ExpirationTime { get; set; }

Property Value

Type: NullableDateTime
The cookie expiration time. This value is null for session cookies.
See Also