Variable CSPResponse::Status

Description:
Contains the HTTP status of the response.

Prototype
CSPString Status;

Remarks:
The default value is "200 OK".
You should use this varible before any data is sent to the client.

Examples:
Response.Status = "400 Bad Request";
CSPResponse | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd