Page.AspCompatBeginProcessRequest Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
protected IAsyncResult AspCompatBeginProcessRequest ( HttpContext context, AsyncCallback cb, Object extraData )
protected function AspCompatBeginProcessRequest ( context : HttpContext, cb : AsyncCallback, extraData : Object ) : IAsyncResult
Not applicable.
Parameters
- context
An 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.
Return Value
An IAsyncResult object.Community Additions
ADD
Show: