Cookie.Expires Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the expiration date and time for the Cookie.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.DateTimeThe expiration date and time for the Cookie. The default is DateTime.MinValue.
If the Expires is set to the default, which is DateTime.MinValue, the cookie is considered a session cookie.
Show: