Request object

The client request.
ContentsASP
Request.BinaryRead methodReturns the requested number of binary bytes from those sent by the client.1
Request.ClientCertificates collectionProperties of the client certificate, when one is sent by the browser.1
Request.Cookies collectionPotentially two-dimensional read-only collection of persistant client values.1
Request.Form collectionData passed to the server via a POST form.1
Request.QueryString collectionData passed to the server as a part of the URL, as with a GET form.1
Request.ServerVariables collectionA collection of standard CGI values.1
Request.TotalBytes propertyThe size of the client request, used with BinaryRead.1