The ASP+ application state object for the current application. Documentation note: the documentation in this class should be consistent with the documentation for System.Web.HttpContext
[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;
WebService Class | WebService Members | System.Web.Services Namespace