TdxRestServiceResponse.StatusCode Property
Returns the REST server response status code.
Declaration
property StatusCode: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The REST server response status code. |
Remarks
The StatusCode property returns 200 if the IsSuccess property value is True.
Refer to the following topic for detailed information on status codes: HTTP Status Codes.
See Also