DeploymentAgentWorkerRequest Class
IIS 7.0
Provides the base class for deployment agent worker requests.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentAgentWorkerRequest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentAgentWorkerRequest | Creates an instance of a DeploymentAgentWorkerRequest object. |
| Name | Description | |
|---|---|---|
![]() | IsUserAnAdministrator | |
![]() | MaximumSupportedVersion | |
![]() | Method | Gets a string that represents the method for the current DeploymentAgentWorkerRequest object. |
![]() | MinimumSupportedVersion | |
![]() | QueryString | Get a string that represents the query string for the current DeploymentAgentWorkerRequest object. |
![]() | RequestId | |
![]() | ResponseStream | Gets the response stream for the current DeploymentAgentWorkerRequest object. |
![]() | SpecialCaseClientErrors | |
![]() | TraceTimestamp |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRequestHeader | Gets a string that contains the specified header from the current request. |
![]() | GetRequestStream | |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetResponseHeader | Sets the specified header in response to the current request. |
![]() | SetResponseStatus | Sets the response status code and description. |
![]() | ToString | (Inherited from Object.) |
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.
Show:
