Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.End Method

Stops processing the page.

public void End ()

Remarks

This stops procesing the page at this point.

This aborts the current thread of execution and forces the pipeline to flush all the output that it has accumulated so far.

Unlike System.Web.HttpApplication.CompleteRequest this forces an immediate termination, while complete request is used to stop further stages of the application pipeline from executing and is typically used by module developers.

This call does not return.

Requirements

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