| ASP 101 News Flash |
 |
|
|
|
Request Object
Collections
- ClientCertificate:The values of fields stored in the client certificate that is sent
in the HTTP request.
- Cookies: The values of cookies sent in the HTTP request.
- Form: The values of form elements in the HTTP request body.
- QueryString: The values of variables in the HTTP query string.
- ServerVariables: The values of predetermined environment variables.
Properties
- TotalBytes:Read-only. Specifies the total number of bytes the client is
sending in the body of the request.
Methods
- BinaryRead:Retrieves data sent to the server from the client as part of a
POST request.
 
|
|