Freigeben über


OperationWorkerResponse Klasse

Definition

Dies ist die Basisklasse für Ergebnisantworten des Vorgangs.

public class OperationWorkerResponse
type OperationWorkerResponse = class
Public Class OperationWorkerResponse
Vererbung
OperationWorkerResponse
Abgeleitet

Konstruktoren

OperationWorkerResponse()

Initialisiert eine neue instance der OperationWorkerResponse-Klasse.

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

Initialisiert eine neue instance der OperationWorkerResponse-Klasse.

Eigenschaften

Headers

Ruft http-Header ab, die diesem Vorgang zugeordnet sind, oder legt diese fest.

StatusCode

Ruft den HTTP-Statuscode des Vorgangs ab oder legt diese fest. Mögliche Werte sind: "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", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"

Gilt für: