Response object

The server response.
ContentsASP
Response.AddHeader methodAdds a custom HTTP header.1
Response.AppendToLog methodAppends text to the server log.1
Response.BinaryWrite methodSends binary data to the client.1
Response.Buffer propertyEnables a buffered response.1
Response.CacheControl propertySpecifies an HTTP cache command.1
Response.Clear methodClears buffered response content.1
Response.ContentType propertySpecifies an HTTP MIME type.1
Response.Charset propertyAdds the character set modifier to the HTTP MIME type.1
Response.Cookies collectionPotentially two-dimensional write-only collection of persistant client values.1
Response.End methodFlushes buffered content and ends script.1
Response.Expires propertySpecifies a relative HTTP content expiration.1
Response.ExpiresAbsolute propertySpecifies an absolute HTTP content expiration.1
Response.Flush methodFlushes buffered content.1
Response.IsClientConnected propertyTrue if the client is still waiting for a response, or false if not.1
Response.PICS propertySpecifies the RSAC PICS rating for the generated page.1
Response.Redirect methodInstructs the browser to request the given URL.1
Response.Status propertySets the HTTP response status.1
Response.Write methodSends text to the client.1