HttpApplication Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Application | Gets the current state of an application. |
| Context | Gets HTTP-specific information about the current request. |
| Modules | Gets the collection of modules for the current application. |
| Request | Gets the intrinsic request object for the current request. |
| Response | Gets the intrinsic response object for the current request. |
| Server | Gets the intrinsic server object for the current request. |
| Session | Gets the intrinsic session object that provides access to session data. |
| Site | Provides a site interface for an IComponent implementation. |
| User | Gets the intrinsic user object for the current request. |
| Name | Description | |
|---|---|---|
| System.Web.IHttpHandler.IsReusable | Gets a Boolean value indicating whether another request can use the IHttpHandler object. |
Community Additions
ADD
Show: