| Response.AddHeader method | Adds a custom HTTP header. | 1 |
| Response.AppendToLog method | Appends text to the server log. | 1 |
| Response.BinaryWrite method | Sends binary data to the client. | 1 |
| Response.Buffer property | Enables a buffered response. | 1 |
| Response.CacheControl
property | Specifies an HTTP cache command. | 1 |
| Response.Clear method | Clears buffered response content. | 1 |
| Response.ContentType
property | Specifies an HTTP MIME type. | 1 |
| Response.Charset property | Adds the character set modifier to the HTTP MIME type. | 1 |
| Response.Cookies
collection | Potentially two-dimensional write-only collection of persistant
client values. | 1 |
| Response.End method | Flushes buffered content and ends script. | 1 |
| Response.Expires property | Specifies a relative HTTP content expiration. | 1 |
| Response.ExpiresAbsolute
property | Specifies an absolute HTTP content expiration. | 1 |
| Response.Flush method | Flushes buffered content. | 1 |
| Response.IsClientConnected
property | True if the client is still waiting for a response, or false if
not. | 1 |
| Response.PICS property | Specifies the RSAC PICS rating for the generated page. | 1 |
| Response.Redirect method | Instructs the browser to request the given URL. | 1 |
| Response.Status property | Sets the HTTP response status. | 1 |
| Response.Write method | Sends text to the client. | 1 |