asp.net.ph

HttpContext.ApplicationInstance Property

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 );

Property Value

The HttpApplication object for the current HTTP request.

See Also

HttpContext Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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