get_Cookies()

HttpWebResponse::get_Cookies() method

Returns cookies associated with the web response.

virtual System::SharedPtr<CookieCollection> System::Net::HttpWebResponse::get_Cookies()

Return Value

Cookies associated with the web response.

See Also