次の方法で共有


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'、'NotFound'、'NotAcceptable'、'ProxyAuthenticationRequired'、'RequestTimeout'、'Conflict'、'Gone'、'LengthRequired'、 'PreconditionFailed'、'RequestEntityTooLarge'、'RequestUriTooLong'、'UnsupportedMediaType'、'RequestedRangeNotSatisfiable'、'ExpectationFailed'、'UpgradeRequired'、'InternalServerError'、'NotImplemented'、'BadGateway'、'ServiceUnavailable'、'GatewayTimeout'、'HttpVersionNotSupported'

適用対象