Skip to content

RestResponse.StatusCode

Overview

String RestResponse.StatusCode { get; }
Gets the status code of response

Remarks

  • This property may be one of following values;
  • OK
  • Moved
  • NotFound
  • Forbidden
  • MethodNotAllowed
  • RequestEntityTooLarge
  • RequestUriTooLong
  • InternalServerError
  • ServiceUnavailable
  • GatewayTimeout

Examples

See Also