The
Request object retrieves the values
that the client browser passed to the server during an HTTP
request.
Syntax
Request[.collection/property/method](variable)
For more detailed information about each
individual Collection, Property and Method, Please use the links on
the left.
Collections
| Collections |
Description |
| ClientCertificate |
Client certificate values that are sent
from the browser. |
| Cookies |
The values of cookies sent from the
browser. |
| Form |
The values of form elements sent from the
browser. |
| QueryString |
The values of variables in the HTTP query
string. |
| ServerVariables |
The values of the HTTP environment
variables. |
Properties
| Property |
Description |
| TotalBytes |
Read-only. Specifies the total number of
bytes the client is sending in the body of the request. |
Methods
| Method |
Description |
| BinaryRead |
Retrieves data sent to the server from the
client as part of a POST request. |