DeploymentAgentWorkerRequest 類別

定義

提供部署代理程式背景工作要求的基類。

public ref class DeploymentAgentWorkerRequest abstract
public abstract class DeploymentAgentWorkerRequest
type DeploymentAgentWorkerRequest = class
Public MustInherit Class DeploymentAgentWorkerRequest
繼承
DeploymentAgentWorkerRequest

備註

這個類別在 abstract Visual Basic) 中 (MustInherit ,而且必須繼承。 這個類別和繼承者代表部署 HTTP 要求。 這些要求會包裝在 中 DeploymentAgentHandler ,並傳遞至 DeploymentAgent 要處理的 。

建構函式

DeploymentAgentWorkerRequest()

建立 DeploymentAgentWorkerRequest 物件的執行個體。

屬性

IsUserAnAdministrator

提供部署代理程式背景工作要求的基類。

MaximumSupportedVersion

提供部署代理程式背景工作要求的基類。

Method

取得字串,表示目前 DeploymentAgentWorkerRequest 物件的 方法。

MinimumSupportedVersion

提供部署代理程式背景工作要求的基類。

QueryString

取得字串,表示目前 DeploymentAgentWorkerRequest 物件的查詢字串。

RequestId

提供部署代理程式背景工作要求的基類。

ResponseStream

取得目前 DeploymentAgentWorkerRequest 物件的回應資料流程。

SpecialCaseClientErrors

提供部署代理程式背景工作要求的基類。

TraceTimestamp

提供部署代理程式背景工作要求的基類。

方法

GetRequestHeader(String)

取得字串,其中包含來自目前要求的指定標頭。

GetRequestStream()

提供部署代理程式背景工作要求的基類。

SetResponseHeader(String, String)

設定指定的標頭,以回應目前的要求。

SetResponseStatus(Int32, String)

設定回應狀態碼和描述。

適用於