Request Collections

The Request object contains the following collections.

ClientCertificate retrieves the values of fields stored in the client certificate that is sent in the HTTP request.
Cookies retrieves the values of cookies sent in the HTTP request.
Form retrieves the values of form elements in the HTTP request body.
QueryString retrieves the values of variables in the HTTP query string.
ServerVariables retrieves the values of predetermined environment variables.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.