This documentation is archived and is not being maintained.

HttpApplication.Context Property

Gets HTTP-specific information about the current request.

[Visual Basic]
Public ReadOnly Property Context As HttpContext
[C#]
public HttpContext Context {get;}
[C++]
public: __property HttpContext* get_Context();
[JScript]
public function get Context() : HttpContext;

Property Value

The HttpContext for the current request.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpApplication Class | HttpApplication Members | System.Web Namespace

Show: