Response Properties

The Response object has the following properties:

Buffer indicates whether page output is buffered.
CacheControl determines whether proxy servers are able to cache the output generated by ASP.
Charset appends the name of the character set to the content-type header.
ContentType specifies the HTTP content type for the response.
Expires specifies the length of time before a page cached on a browser expires.
ExpiresAbsolute specifies the date and time on which a page cached on a browser expires.
IsClientConnected indicates whether the client has disconnected from the server.
Pics adds the value for the pics-label response header, to indicate the PICS content rating.
Status specifies the value of the status line returned by the server.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.