TdxRestServiceResponse.StatusCode Property
In This Article
Returns the REST server response status code.
#Declaration
Delphi
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