Click or drag to resize

ApplicationInstance Class

Class ApplicationInstance.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Environment.WebApplicationInstance

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

The ApplicationInstance type exposes the following members.

Constructors
  NameDescription
Public methodApplicationInstance
Initializes a new instance of the ApplicationInstance class with the HttpContextBase to wrap
Top
Methods
  NameDescription
Public methodCompleteRequest
Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the EndRequest event
Public methodIsValid
Returns a value indicating if the Underlying Context and ApplicationInstance is available and valid
Top
See Also