System.Web Namespace HttpContext Class
Sets or retrieves the HttpApplication object for the current HTTP request.
[ VB ] Public Property ApplicationInstance As HttpApplication [ C# ] public HttpApplication ApplicationInstance {get; set;} [ C++ ] public: __property HttpApplication* get_ApplicationInstance ( ); public: __property void set_ApplicationInstance ( HttpApplication* ); [ JScript ] public function get ApplicationInstance ( ) : HttpApplication; public function set ApplicationInstance ( HttpApplication );
The HttpApplication object for the current HTTP request.
HttpContext Members
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