| Request.BinaryRead method | Returns the requested number of binary bytes from those sent by
the client. | 1 |
| Request.ClientCertificates
collection | Properties of the client certificate, when one is sent by the
browser. | 1 |
| Request.Cookies collection | Potentially two-dimensional read-only collection of persistant
client values. | 1 |
| Request.Form collection | Data passed to the server via a POST form. | 1 |
| Request.QueryString
collection | Data passed to the server as a part of the URL, as with a GET
form. | 1 |
| Request.ServerVariables
collection | A collection of standard CGI values. | 1 |
| Request.TotalBytes
property | The size of the client request, used with BinaryRead. | 1 |