| Session Constructor |
Initializes a new instance of the
Session class
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public Session(
HttpContextBase context
)
Public Sub New (
context As HttpContextBase
)
Parameters
- context
- Type: System.WebHttpContextBase
See Also