IResponse::get_Cookies
The IResponse::get_Cookies method retrieves the write-only Response.Cookies Collection collection of the Response object.
HRESULT get_Cookies(
IRequestDictionary** ppCookies
);
Parameters
- ppCookies
[retval] [out] Points to an IRequestDictionary C++ Interface 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.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS