Create Method

HttpServer.dll

Creates a new http session

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

Syntax

C#
public HttpSession Create()
Visual Basic (Declaration)
Public Function Create As HttpSession
Visual C++
public:
virtual HttpSession^ Create() sealed

Return Value

[Missing <returns> documentation for M:HttpServer.Sessions.MemorySessionStore.Create]

Implements

HttpSessionStore..::.Create()()()

See Also