System::Net::Http::HttpClientHandler::set_CookieContainer 方法

HttpClientHandler::set_CookieContainer method

设置用于存储服务器 Cookie 的 cookie 容器。

void System::Net::Http::HttpClientHandler::set_CookieContainer(System::SharedPtr<System::Net::CookieContainer> value)
ParameterType描述
valueSystem::SharedPtr<System::Net::CookieContainer>将要设置的值。

另见