MemorySession Class

HttpServer.dll

A session stored in memory.

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

Syntax

C#
public class MemorySession : HttpSession, 
	IDisposable
Visual Basic (Declaration)
Public Class MemorySession _
	Implements HttpSession, IDisposable
Visual C++
public ref class MemorySession : HttpSession, 
	IDisposable

Inheritance Hierarchy

System..::.Object
  HttpServer.Sessions..::.MemorySession

See Also