WebResponse.Status
From Xojo Documentation
Property (As Integer )
aWebResponse.Status = newIntegerValue
or
IntegerValue = aWebResponse.Status
New in 2020r1
Supported for all project types and targets.
or
IntegerValue = aWebResponse.Status
New in 2020r1
Supported for all project types and targets.
Gets or sets the HTTP response status.
Notes
Common values are 200, 301, 302, 403, 404, and 500. The default value is 200. The complete list of valid status codes is available at http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html.
See Also
WebResponse.Header method.