WebRequest.Status
From Xojo Documentation
Property (As Integer )
This property is only available for Web applications. |
aWebRequest.Status = newIntegerValue
or
IntegerValue = aWebRequest.Status
New in 2011r2
Supported for all project types and targets.
or
IntegerValue = aWebRequest.Status
New in 2011r2
Supported for all project types and targets.
Gets or sets the HTTP response status. Common values are 200, 301, 302, 403, 404, and 500. The default value is 200.
Notes
The complete list of valid status codes is available at http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html.