HttpContextWrapper::ApplicationInstance Property

 

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() override;
	virtual void set(HttpApplication^ value) override;
}

Property Value

Type: System.Web::HttpApplication^

The object for the current HTTP request.

.NET Framework
Available since 3.5
Return to top
Show: