Expired Property

Cookie.Expired Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a values that indicates whether this Cookie is no longer valid.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

'Declaration
Public Property Expired As Boolean

Property Value

Type: System.Boolean
true if the cookie is no longer valid; otherwise, false. The default is false.

If the client application receives an expired cookie, the application should destroy it.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft