







We use the flyweight pattern which reuses small objects
instead of creating new each time.
Namespace:
HttpServer.Sessions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void AddUnused( HttpSession session ) |
Visual Basic (Declaration) |
---|
Public Sub AddUnused ( _ session As HttpSession _ ) |
Visual C++ |
---|
public: virtual void AddUnused( HttpSession^ session ) sealed |
Parameters
- session
- Type: HttpServer..::.HttpSession
EmptyLanguageNode (unused) session that should be reused next time Create is called.