Save Method

HttpServer.dll

Save an updated session to the store.

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

Syntax

C#
public void Save(
	HttpSession session
)
Visual Basic (Declaration)
Public Sub Save ( _
	session As HttpSession _
)
Visual C++
public:
virtual void Save(
	HttpSession^ session
) sealed

Parameters

session
Type: HttpServer..::.HttpSession

[Missing <param name="session"/> documentation for "M:HttpServer.Sessions.MemorySessionStore.Save(HttpServer.HttpSession)"]

Implements

HttpSessionStore..::.Save(HttpSession)

See Also