你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationWorkerResponse 类

定义

这是操作结果响应的基类。

public class OperationWorkerResponse
type OperationWorkerResponse = class
Public Class OperationWorkerResponse
继承
OperationWorkerResponse
派生

构造函数

OperationWorkerResponse()

初始化 OperationWorkerResponse 类的新实例。

OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>)

初始化 OperationWorkerResponse 类的新实例。

属性

Headers

获取或设置与此操作关联的 HTTP 标头。

StatusCode

获取或设置操作的 HTTP 状态代码。 可能的值包括:“Continue”、“SwitchingProtocols”、“OK”、“Created”、“Accepted”、“NonAuthoritativeInformation”、“NoContent”、“ResetContent”、“PartialContent”、“MultipleChoices”、“Ambiguous”、“MovedPermanently”, 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable',ProxyAuthenticationRequired“、”RequestTimeout“、”Conflict“、”Gone“、”LengthRequired“, ”PreconditionFailed“、”RequestEntityTooLarge“、”RequestUriTooLong“、”UnsupportedMediaType“、”RequestedRangeNotSatisfiable“、”ExpectFailed“、”UpgradeRequired“、”InternalServerError“、”NotImplemented“、”BadGateway“、”ServiceUnavailable“、”GatewayTimeout“、”HttpVersionNotSupported”

适用于