Click or drag to resize

CookieExpirationTime Property

Gets the cookie expiration time.

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

Property Value

Type: NullableDateTime
The expiration time or null if the expiration time is not set.
See Also