NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebService.Application

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;

See Also

WebService Class | WebService Members | System.Web.Services Namespace