Previous PageNext Page

13.7.11 IResponse::get_Cookies

The IResponse::get_Cookies method retrieves the write-only Cookies collection of the Response object.
 

HRESULT get_Cookies(

IRequestDictionary ** ppCookies

);

Parameters

ppCookies
Points to an IRequestDictionary interface pointer that receives the write-only Cookies collection.

Remarks

You can iterate through the Cookies collection with the IRequestDictionary::get_NewEnum method, or you can retrieve a specific cookie with the IRequestDictionary::get_Item method.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page