Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ASP Response Object Properties


ASP Response object properties are listed in the following table.

Property
Description
Buffer
Indicates whether to buffer page output.
CacheControl
Determines if proxy servers are allowed to cache the output generated by ASP.
Charset
Appends the name of the character set to the Content-Type header.
CodePage
Sets the code page for one response.
ContentType
Specifies the HTTP content type for the response.
Expires
Specifies the length of time until the page cached on a browser expires.
ExpiresAbsolute
Specifies the date and time a page cached on a browser expires.
IsClientConnected
Indicates if the client is still connected to the server.
LCID
Sets the LCID for data for one response.
PICS
Adds the value of a PICS (Platform for Internet Content System) label to the pics-label field of the response header.
Status
The value of the status line returned by the server.

In this section:

ASP Response Object Buffer Property

ASP Response Object CacheControl Property

ASP Response Object Charset Property

ASP Response Object CodePage Property

ASP Response Object ContentType Property

ASP Response Object Expires Property

ASP Response Object ExpiresAbsolute Property

ASP Response Object IsClientConnected Property

ASP Response Object LCID Property

ASP Response Object PICS Property

ASP Response Object Status Property



ContentsPreviousNextIndex