This interface exposes the methods of the Response object.
Method |
Description |
Adds a header to the HTML output. | |
Adds a string to the end of the Web server log for the current request. | |
Writes data to the HTTP output without any character conversion. | |
Erases any buffered HTML output. | |
Causes the server to stop processing script and return the current response. | |
Sends buffered HTML output immediately. | |
Retrieves the value of the Buffer property. | |
Retrieves the value of the ContentType property. | |
Retrieves the write-only Cookies collection. | |
Retrieves the value of the Expires property. | |
Retrieves the value of the ExpiresAbsolute property. | |
Retrieves the value of the Status property. | |
Sets the value of the Buffer property. | |
Sets the value of the ContentType property. | |
Sets the value of the Expires property. | |
Sets the value of the ExpiresAbsolute property. | |
Sets the value of the Status property. | |
Causes the browser to attempt to connect to a different URL. | |
Writes a VARIANT to the HTTP output. |
Note This interface also supports the IUnknown and IDispatch methods. For more information, see \Inetsrv\Asp\Cmpnts\Asptlb.h, the header file installed with Active Server Pages.