This method retrieves the Cookies collection of the Request Object.
HRESULT get_Cookies(
IRequestDictionary ** ppDictReturn
//pointer to an IRequestDictionary interface pointer that receives the Cookies collection
);