| SystemWebContextManager Constructor (HttpContextBase) |
Initializes a new instance of the SystemWebContextManager with a specified HttpContextBase implementation
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public SystemWebContextManager(
HttpContextBase httpContextBase
)
Public Sub New (
httpContextBase As HttpContextBase
)
Parameters
- httpContextBase
- Type: System.WebHttpContextBase
The HttpContextBase implementation on which this wrapper should operate
See Also