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#
void Save(
	HttpSession session
)
Visual Basic (Declaration)
Sub Save ( _
	session As HttpSession _
)
Visual C++
void Save(
	HttpSession^ session
)

Parameters

session
Type: HttpServer..::.HttpSession

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

Exceptions

ExceptionCondition
System..::.ArgumentExceptionIf Id property have not been specified.

See Also