IRequestDictionary::get_Key

HRESULT STDMETHODCALLTYPE get_Item(

  VARIANT VarKey// identifier for the item to return

  VARIANT*pvar   // pointer to the item that is returned

);

 

Parameters
VarKey
[in] Indicates which item to retrieve from the collection.
pVar
[retval] [out] Points to the item that is returned.
Remarks

You can use this method to get the a unique identifier for items in the ClientCertificates, Cookies, Form, and QueryString collections.

See Also

IRequestDictionary, IReadCookie, IWriteCookie, IRequest