Table of Contents

Interface IApplicationInstance

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Environment.dll
Interface IApplicationInstance is an abstraction of a subset of HttpApplication.
public interface IApplicationInstance

Methods

CompleteRequest()

Completes the request. Causes a bypass of all events and filtering in the HTTP pipeline chain of execution and directly executes the EndRequest event.
void CompleteRequest()

IsValid()

Returns true if the application context is valid.
bool IsValid()

Returns

bool
true if this instance is valid; otherwise, false.
To top