This documentation is archived and is not being maintained.
HttpContext.Application Property
.NET Framework 1.1
Gets the HttpApplicationState object for the current HTTP request.
[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 object for the current HTTP request.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: