C-DEngine 5.105

Cookie..::..Discard Property

Gets or sets a value indicating whether the client discards the cookie unconditionally when the client terminates.

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

Syntax


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

Field Value

true if the client discards the cookie unconditionally when the client terminates; otherwise, false. The default value is false.