Gets the context that is associated with the current System.Web.DefaultHttpHandler object.
Documentation for this section has not yet been entered.
The DefaultHttpHandler.Context property provides access to the current System.Web.HttpContext object for derived classes. An System.Web.HttpContext object provides access to the intrinsic HttpApplication.Request, HttpApplication.Response, and HttpApplication.Server properties for the request. For more information about accessing contextual information, see System.Web.HttpContext.