This method retrieves the write-only Cookies collection of the Response object.
HRESULT get_Cookies(
IRequestDictionary ** ppCookies
//pointer to the IRequestDictionary interface pointer that //receives the write-only Cookies collection
);
© Microsoft Corporation. All rights reserved.