IRequestDictionary::get_Key

HRESULT STDMETHODCALLTYPE get_Item( 
  VARIANT VarKey,    //the identifier fot the item to return
  VARIANT*pvar       //a pointer to the item that is returned
);
 

Parameters

VarKey
Identifier that indicates which item to retrieve from the collection.
pVar
Points to the item that is returned.

Remarks

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

See Also

IRequestDictionary, IReadCookie, IWriteCookie IRequest