IResponse Interface Methods

The IResponse interface has the following methods:

AddHeader adds a header to the HTML output.
AppendToLog adds a string to the end of the Web server log for the current request.
BinaryWrite writes data to the HTTP output without any character conversion.
Clear erases any buffered HTML output.
End causes the server to stop processing a script and return the current response.
Flush sends buffered HTML output immediately.
getBuffer and putBuffer retrieve or set the value of the Buffer property, respectively.
getCacheControl and putCacheControl retrieve or set the value for the CacheControl property, respectively.
getCharSet and putCharSet retrieve or add the name of a character set to append to the content-type header, respectively.
getContentType and putContentType retrieve or set the value of the ContentType property, respectively.
getCookies retrieves write-only cookies.
getExpires and putExpires retrieve or set the value of the Expires property, respectively.
getExpiresAbsolute and putExpiresAbsolute retrieve or set the value of the ExpiresAbsolute property, respectively.
getStatus and putStatus retrieve or set the value of the Status property, respectively.
IsClientConnected determines if the client has disconnected from the server.
Pics adds a value to the PICS label field of the Response header.
Redirect causes the browser to try to connect to a different URL.
Write writes a VARIANT to the HTTP output.
WriteBlock writes a block of memory to an output stream.

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