







|
| C# Webserver |
| HttpSessionStore..::.Create Method (String) |
| HttpSessionStore Interface See Also Send Feedback |
Creates a new http session with a specific id
Namespace:
HttpServer.Sessions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
HttpSession Create( string id ) |
| Visual Basic (Declaration) |
|---|
Function Create ( _ id As String _ ) As HttpSession |
| Visual C++ |
|---|
HttpSession^ Create( String^ id ) |
Parameters
- id
- Type: System..::.String
[Missing <param name="id"/> documentation for "M:HttpServer.Sessions.HttpSessionStore.Create(System.String)"]
