asp.net.ph

HttpRuntime.ProcessRequest Method

System.Web Namespace   HttpRuntime Class


Drives all ASP.NET Web processing execution.

[ VB ]
Public Shared Sub ProcessRequest ( _
   ByVal wr As HttpWorkerRequest _
)

[ C# ]
public static void ProcessRequest (
   HttpWorkerRequest wr
);

[ C++ ]
public: static void ProcessRequest (
   HttpWorkerRequest* wr
);

[ JScript ]
public static function ProcessRequest (
   wr : HttpWorkerRequest
);

Parameters

wr
An HttpWorkerRequest for the current application.

Exceptions


Exception Type Condition
ArgumentNullException Occurs when THe wr parameter is a null reference ( Nothing in Visual Basic ).

Remarks

This method is provided for use when your code implements its own hosting environment. It also can be used to execute child requests when your code implements its own HttpWorkerRequest

See Also

HttpRuntime Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note