System.Web.HttpApplication.CompleteRequest Method

Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the HttpApplication.EndRequest event.

Syntax

public void CompleteRequest ()

Remarks

If this method is invoked at any stage in the pipeline processing (described in more detail in System.Web.HttpApplication) the remaining steps of the pipeline are not executed. The only step executed is the EndRequest step.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0