HttpResponse

HttpResponse

Object returned by the Http activities to represent the http response message.

 

  • Available for SmartBridge 3 and up.

Property NameTypeValue
StatusCodeSystem.Net.HttpStatusCodeEnumeration that indicates the status of the request

 

 All Possible Return Values
Numeric ValueDescription
100Continue
101SwitchingProtocols
200OK
201Created
202Accepted
203NonAuthoritativeInformation
204NoContent
205ResetContent
206PartialContent
300Ambiguous
300MultipleChoices
301Moved
301MovedPermanently
302Found
302Redirect
303RedirectMethod
303SeeOther
304NotModified
305UseProxy
306Unused
307RedirectKeepVerb
307TemporaryRedirect
400BadRequest
401Unauthorized
402PaymentRequired
403Forbidden
404NotFound
405MethodNotAllowed
406NotAcceptable
407ProxyAuthenticationRequired
408RequestTimeout
409Conflict
410Gone
411LengthRequired
412PreconditionFailed
413RequestEntityTooLarge
414RequestUriTooLong
415UnsupportedMediaType
416RequestedRangeNotSatisfiable
417ExpectationFailed
426UpgradeRequired
500InternalServerError
501NotImplemented
502BadGateway
503ServiceUnavailable
504GatewayTimeout
505HttpVersionNotSupported
ReasonPhraseSystem.StringShort, textual explanation of the status code.
HeadersSystem.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IEnumerabe<System.String>>The http response headers as dictionary.
ContentSystem.StringThe http response body as string

 

All HTTP request Activities