The IRequestDictionary interface is a general interface wrapper that can wrap the following objects:
· Request.QueryString
· Request.Form
· Request.Cookies
· Request.ServerVariables
· Request.ClientCertificate
· Request.ClientCertificate(item)
· Response.Cookies
The behavior of the IRequestDictionary interface depends on how the object implements the get_Item method.
Method |
Description |
Retrieves the specified item from a dictionary. | |
Retrieves an enumerator for the collection. |
Note This interface also supports the IUnknown and IDispatch methods. For more information, see \Inetsrv\Asp\Cmpnts\Asptlb.h, the header file installed with Active Server Pages.