Changed Property

HttpServer.dll

Flag to indicate that the session have been changed and should be saved into the session store.

Namespace:  HttpServer.Sessions
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Changed { get; set; }
Visual Basic (Declaration)
Public Property Changed As Boolean
Visual C++
public:
property bool Changed {
	bool get ();
	void set (bool value);
}

See Also