6.3.17 Status Property

The Status property sets the value of the status line returned by the server. Status values are defined in the HTTP specification.
Syntax
Response.Status = StatusDescription
Parameters
- StatusDescription
- A string that contains a three-digit status code and a brief explanation of that status. For example, "310 Move Permanently".
Remarks
Use this property to modify the status line returned by the server.
Example
The following example sets the response status:
Response.Status = "401 Unauthorized"
Copyright © 2000 Chili!Soft
|