HttpApplication.CompleteRequest Method

Definition

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

public:
 void CompleteRequest();
public void CompleteRequest ();
member this.CompleteRequest : unit -> unit
Public Sub CompleteRequest ()

Applies to