Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IResponse::get_Cookies

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

HRESULT get_Cookies(

IRequestDictionary ** ppCookies

);

Parameters: IResponse::get_Cookies

ppCookies

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

Remarks: IResponse::get_Cookies

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.