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)

设置响应状态代码和说明。

适用于