CookieBuilderExpirationTime Property |
Gets or sets cookie expiration time.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public Nullable<DateTime> ExpirationTime { get; set; }
Property Value
Type:
NullableDateTimeThe cookie expiration time. This value is null for session cookies.
See Also