







Load a session from the store
Namespace:
HttpServer.Sessions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
HttpSession this[ string sessionId ] { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Default Property Item ( _ sessionId As String _ ) As HttpSession |
| Visual C++ |
|---|
property HttpSession^ default[String^ sessionId] { HttpSession^ get (String^ sessionId); } |
Parameters
- sessionId
- Type: System..::.String
