DeploymentAgentWorkerRequest Class

Definition

Provides the base class for deployment agent worker requests.

public ref class DeploymentAgentWorkerRequest abstract
public abstract class DeploymentAgentWorkerRequest
type DeploymentAgentWorkerRequest = class
Public MustInherit Class DeploymentAgentWorkerRequest
Inheritance
DeploymentAgentWorkerRequest

Remarks

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.

Constructors

DeploymentAgentWorkerRequest()

Creates an instance of a DeploymentAgentWorkerRequest object.

Properties

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

Methods

GetRequestHeader(String)

Gets a string that contains the specified header from the current request.

GetRequestStream()
SetResponseHeader(String, String)

Sets the specified header in response to the current request.

SetResponseStatus(Int32, String)

Sets the response status code and description.

Applies to