DefaultHttpHandler Methods
.NET Framework (current version)
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | BeginProcessRequest(HttpContext^, AsyncCallback^, Object^) | Initiates an asynchronous call to the HTTP handler. |
![]() | EndProcessRequest(IAsyncResult^) | Provides an end method for an asynchronous process. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnExecuteUrlPreconditionFailure() | Called when preconditions prevent the DefaultHttpHandler object from processing a request. |
![]() | OverrideExecuteUrlPath() | Overrides the target URL for the current request. |
![]() | ProcessRequest(HttpContext^) | Enables a DefaultHttpHandler object to process of HTTP Web requests. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

