HttpContextBase::ApplicationInstance Property

 

When overridden in a derived class, gets or sets the HttpApplication object for the current HTTP request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property HttpApplication^ ApplicationInstance {
	virtual HttpApplication^ get();
	virtual void set(HttpApplication^ value);
}

Property Value

Type: System.Web::HttpApplication^

The object for the current HTTP request.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: