OperationWorkerResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the base class for operation result responses.
public class OperationWorkerResponse
type OperationWorkerResponse = class
Public Class OperationWorkerResponse
- Inheritance
-
OperationWorkerResponse
- Derived
Constructors
OperationWorkerResponse() |
Initializes a new instance of the OperationWorkerResponse class. |
OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>) |
Initializes a new instance of the OperationWorkerResponse class. |
Properties
Headers |
Gets or sets HTTP headers associated with this operation. |
StatusCode |
Gets or sets HTTP Status Code of the operation. Possible values include: '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' |
Applies to
Azure SDK for .NET