IResponse C++ Interface
The IResponse interface exposes the methods of the Response Object object.
Methods in Vtable Order
The IResponse interface inherits the methods of the standard COM interface IUnknown.
The IResponse interface defines the following methods.
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 a script and return the current response. |
|
Sends buffered HTML output immediately. |
|
Retrieves the value of the Response.Buffer property. |
|
Retrieves the value for the CacheControl property. |
|
Retrieves the name of a character set to append to the content-type header. |
|
Retrieves the value of the Response.ContentType property. |
|
Retrieves the write-only Response.Cookies Collection collection. |
|
Retrieves the value of the Response.Expires property. |
|
Retrieves the value of the Response.ExpiresAbsolute property. |
|
Retrieves the value of the Response.Status property. |
|
Determines if the client has reset the connection to the server. |
|
Adds a value to the PICS label field of the Response header. |
|
Sets the value of the Response.Buffer property. |
|
Set the value for the CacheControl property. |
|
Adds a character set to the ContentType header. |
|
Sets the value of the Response.ContentType property. |
|
Sets the value of the Response.Expires property. |
|
Sets the value of the Response.ExpiresAbsolute property. |
|
Sets the value of the Response.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 interface methods. For more information, see \inetsrv\asp\cmpnts\asptlb.h, the header file installed with ASP.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS