Gets the HTTP context for the current request.

Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected HttpContext Context { get; }
Visual Basic (Declaration)
Protected ReadOnly Property Context As HttpContext
Visual C++
protected:
property HttpContext^ Context {
	HttpContext^ get ();
}

See Also