DeploymentAgentHandler Class

Definition

The HTTP handler used to synchronously process HTTP web deployment requests.

public ref class DeploymentAgentHandler : System::Web::IHttpAsyncHandler
public class DeploymentAgentHandler : System.Web.IHttpAsyncHandler
type DeploymentAgentHandler = class
    interface IHttpAsyncHandler
    interface IHttpHandler
Public Class DeploymentAgentHandler
Implements IHttpAsyncHandler
Inheritance
DeploymentAgentHandler
Implements

Constructors

DeploymentAgentHandler()

Creates an instance of the DeploymentAgentHandler HTTP request handler.

Properties

IsReusable

Gets a value indicating whether another request can use the current DeploymentAgentHandler instance.

Methods

BeginProcessRequest(HttpContext, AsyncCallback, Object)

Executes an asynchronous process request for the current HttpContext.

EndProcessRequest(IAsyncResult)

Returns the result for an asynchronous process.

ProcessRequest(HttpContext)

Processes the HTTP Web requests.

Applies to