Object returned by the Http activities to represent the http response message.
Property Name | Type | Value |
---|
StatusCode | System.Net.HttpStatusCode | Enumeration that indicates the status of the request All Possible Return Values Numeric Value | Description |
---|
100 | Continue | 101 | SwitchingProtocols | 200 | OK | 201 | Created | 202 | Accepted | 203 | NonAuthoritativeInformation | 204 | NoContent | 205 | ResetContent | 206 | PartialContent | 300 | Ambiguous | 300 | MultipleChoices | 301 | Moved | 301 | MovedPermanently | 302 | Found | 302 | Redirect | 303 | RedirectMethod | 303 | SeeOther | 304 | NotModified | 305 | UseProxy | 306 | Unused | 307 | RedirectKeepVerb | 307 | TemporaryRedirect | 400 | BadRequest | 401 | Unauthorized | 402 | PaymentRequired | 403 | Forbidden | 404 | NotFound | 405 | MethodNotAllowed | 406 | NotAcceptable | 407 | ProxyAuthenticationRequired | 408 | RequestTimeout | 409 | Conflict | 410 | Gone | 411 | LengthRequired | 412 | PreconditionFailed | 413 | RequestEntityTooLarge | 414 | RequestUriTooLong | 415 | UnsupportedMediaType | 416 | RequestedRangeNotSatisfiable | 417 | ExpectationFailed | 426 | UpgradeRequired | 500 | InternalServerError | 501 | NotImplemented | 502 | BadGateway | 503 | ServiceUnavailable | 504 | GatewayTimeout | 505 | HttpVersionNotSupported |
|
ReasonPhrase | System.String | Short, textual explanation of the status code. |
Headers | System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IEnumerabe<System.String>> | The http response headers as dictionary. |
Content | System.String | The http response body as string |
All HTTP request Activities
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page: