Session Property

HttpServer.dll

Session information, is stored between requests as long as the session cookie is valid.

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

Syntax

C#
protected HttpSession Session { get; }
Visual Basic (Declaration)
Protected ReadOnly Property Session As HttpSession
Visual C++
protected:
property HttpSession^ Session {
	HttpSession^ get ();
}

See Also