DefaultHttpHandler Members
.NET Framework 2.0
Represents the properties and methods of a default HTTP handler.
The following tables list the members exposed by the DefaultHttpHandler type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| IsReusable | Gets a Boolean value indicating that another request can use the current instance of the DefaultHttpHandler class. |
| Name | Description | |
|---|---|---|
| Context | Gets the context that is associated with the current DefaultHttpHandler object. |
| ExecuteUrlHeaders | Gets a collection of request headers and request values to transfer along with the request. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BeginProcessRequest | Initiates an asynchronous call to the HTTP handler. |
| EndProcessRequest | Provides an end method for an asynchronous process. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| OnExecuteUrlPreconditionFailure | Called when preconditions prevent the DefaultHttpHandler object from processing a request. |
| OverrideExecuteUrlPath | Overrides the target URL for the current request. |
| ProcessRequest | Enables a DefaultHttpHandler object to process of HTTP Web requests. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Community Additions
ADD
Show: