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
© 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