DeploymentAgentHandler Class
IIS 7.0
The HTTP handler used to synchronously process HTTP web deployment requests.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentAgentHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentAgentHandler | Creates an instance of the DeploymentAgentHandler HTTP request handler. |
| Name | Description | |
|---|---|---|
![]() | IsReusable | Gets a value indicating whether another request can use the current DeploymentAgentHandler instance. |
| Name | Description | |
|---|---|---|
![]() | BeginProcessRequest | Executes an asynchronous process request for the current HttpContext. |
![]() | EndProcessRequest | Returns the result for an asynchronous process. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessRequest | Processes the HTTP Web requests. |
![]() | ToString | (Inherited from Object.) |
Show:
