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)
参数类型描述
System::SharedPtr<System::Net::CookieContainer>将要设置的值。

另见