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!

HttpContext.Application

Retrieves a reference to the application 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

A reference to an HttpApplicationState object.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace