HttpSession Interface

HttpServer.dll

Interface for sessions

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

Syntax

C#
public interface HttpSession : IDisposable
Visual Basic (Declaration)
Public Interface HttpSession _
	Implements IDisposable
Visual C++
public interface class HttpSession : IDisposable

See Also