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 );
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
HttpRuntime Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph