Gets the System.Web.HttpContext object associated with the server control for the current Web request.
a System.Web.HttpContext
This property gives you access to the System.Web.HttpContext object for the current Web request. The object provides properties that access the System.Web.HttpContext.Application, System.Web.HttpContext.Session, System.Web.HttpContext.Request, System.Web.HttpContext.Response and other objects that contain information about the current HTTP request. It also provides methods that allow you to obtain configuration information and set or clear errors for the request.