property StatusCode: TScHttpStatusCode;
Description
Gets the status of the response.
The StatusCode property holds a value that indicates the status of the HTTP response. The expected values for status are defined in the TScHttpStatusCode enumeration.
This property is read-only.
See also