This documentation is archived and is not being maintained.
HttpApplication.Application Property
.NET Framework 1.1
Gets the current state of an application.
[Visual Basic] Public ReadOnly Property Application As HttpApplicationState [C#] public HttpApplicationState Application {get;} [C++] public: __property HttpApplicationState* get_Application(); [JScript] public function get Application() : HttpApplicationState;
Property Value
The HttpApplicationState for the current request.
Remarks
The current state of an application consists of a key-value dictionary of application-wide objects that you can use to store both .NET Framework objects and scalar values related to multiple Web requests from multiple clients.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace
Show: