HttpContextWrapper.ApplicationInstance Property

Definition

Gets or sets the HttpApplication object for the current HTTP request.

public:
 virtual property System::Web::HttpApplication ^ ApplicationInstance { System::Web::HttpApplication ^ get(); void set(System::Web::HttpApplication ^ value); };
public override System.Web.HttpApplication ApplicationInstance { get; set; }
member this.ApplicationInstance : System.Web.HttpApplication with get, set
Public Overrides Property ApplicationInstance As HttpApplication

Property Value

The object for the current HTTP request.

Applies to