C-DEngine 5.105

Cookie..::..Expired Property

Gets or sets a value indicating whether the cookie has expired.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool Expired { get; set; }
Public Property Expired As Boolean
	Get
	Set
public:
property bool^ Expired {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the cookie has expired; otherwise, false. The default value is false.