Click or drag to resize

ApplicationInstance Constructor

Initializes a new instance of the ApplicationInstance class with the HttpContextBase to wrap

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public ApplicationInstance(
	HttpContextBase context
)

Parameters

context
Type: System.WebHttpContextBase
The HttpContextBase providing the ApplicationInstance to wrap
See Also