CookieExpirationTime Property |
Gets the cookie expiration time.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public Nullable<DateTime> ExpirationTime { get; }
Property Value
Type:
NullableDateTimeThe expiration time or null if the expiration time is not set.
See Also