ALL ASP Objects
Response.Response.Cookies() COLLECTION. Specifies cookie values. Using this collection, you can set cookie values.
Response.Buffer() PROPERTY. Indicates whether page output is buffered.
Response.CacheControl() PROPERTY. Determines whether proxy servers are able to cache the output generated by ASP.
Response.Charset() PROPERTY. Appends the name of the character set to the content-type header.
Response.ContentType() PROPERTY. Specifies the HTTP content type for the response.
Response.Expires() PROPERTY. Specifies the length of time before a page cached on a browser expires.
Response.ExpiresAbsolute() PROPERTY. Specifies the date and time on which a page cached on a browser expires.
Response.IsClientConnected() PROPERTY. Indicates whether the client has disconnected from the server.
Response.Pics() PROPERTY. Adds the value of a PICS label to the pics-label field of the response header.
Response.Status() PROPERTY. The value of the status line returned by the server.
Response.AddHeader(name,value) METHOD. Sets the HTML header name to value.
Response.AppendToLog(string) METHOD. Adds a string to the end of the Web server log entry for this request.
Response.BinaryWrite(data) METHOD. Writes the given information to the current HTTP output without any character-set conversion.
Response.Clear() METHOD. Erases any buffered HTML output.
Response.End() METHOD. Stops processing the .asp file and returns the current result.
Response.Flush() METHOD. Sends buffered output immediately.
Response.Redirect(URL) METHOD. Sends a redirect message to the browser, causing it to attempt to connect to a different URL.
Response.Write(variant) METHOD. Writes a variable to the current HTTP output as a string.
Request.ClientCertificate() COLLECTION. The values of fields stored in the client certificate that is sent in the HTTP request.
Request.Cookies() COLLECTION. The values of cookies sent in the HTTP request.
Request.Form(element) COLLECTION. The values of form elements in the HTTP request body.
Request.QueryString(variable) COLLECTION. The values of variables in the HTTP query string.
Request.ServerVariables(server environment variable) COLLECTION. The values of predetermined environment variables.
Request.TotalBytes() PROPERTY. Read-only. Specifies the total number of bytes the client is sending in the body of the request.
Request.BinaryRead(count) METHOD. Retrieves data sent to the server from the client as part of a POST request.
Application.Contents() COLLECTION. Contains all of the items that have been added to the Application through script commands.
Application.StaticObjects() COLLECTION. Contains all of the objects added to the session with the