This class contains methods that enable your component to use the methods, properties, and collections of the Request object.
|
Method |
Description |
|
ClientCertificate() As IRequestDictionary |
Collection of client certificate fields (specified in the X.509 standard). |
|
Cookies() As IRequestDictionary |
Collection of cookies sent as part of the request (read-only). |
|
Form() As IRequestDictionary |
Collection of form elements. |
|
Item(bstrVar As String) As Object |
Retrieves the specified item from the Request collections. |
|
QueryString() As IRequestDictionary |
Collection of query string values. |
|
ServerVariables() As IRequestDictionary |
Collection of predetermined environment variables. |