StatusString property
Read-only.
This property are set after FetchData call. It contains the returned by server
short text description of HTTP protocol status code.
Example
http.FetchData url
if http.StatusCode <> 200 then
description = http.StatusString
end if
See also
StatusCode