DeploymentAgentWorkerRequest Class

IIS 7.0

Provides the base class for deployment agent worker requests.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentAgentWorkerRequest

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

public ref class DeploymentAgentWorkerRequest abstract

The DeploymentAgentWorkerRequest type exposes the following members.

  NameDescription
Protected methodDeploymentAgentWorkerRequestCreates an instance of a DeploymentAgentWorkerRequest object.
Top

  NameDescription
Public propertyIsUserAnAdministrator
Public propertyMaximumSupportedVersion
Public propertyMethodGets a string that represents the method for the current DeploymentAgentWorkerRequest object.
Public propertyMinimumSupportedVersion
Public propertyQueryStringGet a string that represents the query string for the current DeploymentAgentWorkerRequest object.
Public propertyRequestId
Public propertyResponseStreamGets the response stream for the current DeploymentAgentWorkerRequest object.
Public propertySpecialCaseClientErrors
Public propertyTraceTimestamp
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRequestHeaderGets a string that contains the specified header from the current request.
Public methodGetRequestStream
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetResponseHeaderSets the specified header in response to the current request.
Public methodSetResponseStatusSets the response status code and description.
Public methodToString (Inherited from Object.)
Top

This class is abstract (MustInherit in Visual Basic) and must be inherited. This class and inheritors represent deployment HTTP requests. These requests are wrapped in the DeploymentAgentHandler and passed to a DeploymentAgent to be processed.

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: