System::Net::Http::HttpClientHandler::get_CookieContainer method

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()

ReturnValue

The cookie container that is used to store server cookies.

See Also