System::Net::HttpWebResponse::get_Cookies method

HttpWebResponse::get_Cookies method

Returns cookies associated with the web response.

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

ReturnValue

Cookies associated with the web response.

See Also