DeploymentAgentHandler Class

IIS 7.0

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

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentAgentHandler

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentAgentHandler : IHttpAsyncHandler, 
	IHttpHandler

The DeploymentAgentHandler type exposes the following members.

  NameDescription
Public methodDeploymentAgentHandlerCreates an instance of the DeploymentAgentHandler HTTP request handler.
Top

  NameDescription
Public propertyIsReusableGets a value indicating whether another request can use the current DeploymentAgentHandler instance.
Top

  NameDescription
Public methodBeginProcessRequestExecutes an asynchronous process request for the current HttpContext.
Public methodEndProcessRequestReturns the result for an asynchronous process.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessRequestProcesses the HTTP Web requests.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: