get_CookieContainer()

HttpClientHandler::get_CookieContainer() method

Gets the cookie container that is used to store server cookies.

System::SharedPtr<System::Net::CookieContainer> System::Net::Http::HttpClientHandler::get_CookieContainer()

Return Value

The cookie container that is used to store server cookies.

See Also