System.Web.UI.Page.AspCompatBeginProcessRequest Method

Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
protected IAsyncResult AspCompatBeginProcessRequest (System.Web.HttpContext context, AsyncCallback cb, object extraData)

Parameters

context
An System.Web.HttpContext with information about the current request.
cb
The callback method.
extraData
Any extra data needed to process the request in the same manner as an ASP request.

Returns

An IAsyncResult object.

Remarks

Do not call this method.

Requirements

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