IResponse

This interface exposes the methods of the Response Object.

Method

Description

get_ContentType

Retrieves the value of the ContentType property.

put_ContentType

Sets the value of the ContentType property.

get_Status

Retrieves the value of the Status property.

put_Status

Sets the value of the Status property.

get_Expires

Retrieves the value of the Expires property.

put_Expires

Sets the value of the Expires property.

get_ExpiresAbsolute

Retrieves the value of the ExpiresAbsolute property.

put_ExpiresAbsolute

Sets the value of the ExpiresAbsolute property.

get_Buffer

Retrieves the value of the Buffer property.

put_Buffer

Sets the value of the Buffer property.

get_Cookies

Retrieves the write-only Cookies collection.

Write

Writes a variant to the HTTP output.

BinaryWrite

Writes data to the HTTP output without any character conversion.

WriteBlock

Writes an HTML block to the client.

Redirect

Causes the browser to attempt to connect to a different URL.

AddHeader

Adds a header to the HTML output.

Add

Adds a header to the HTML output.

Clear

Erases any buffered HTML output.

Flush

Sends buffered HTML output immediately.

End

Causes the server to stop script processing and return the current result.

AppendToLog

Adds a string to the end of the Web server log for the current request.