System::Net::Http::HttpClientHandler::get_CookieContainer 方法

HttpClientHandler::get_CookieContainer method

获取用于存储服务器 Cookie 的 Cookie 容器。

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

ReturnValue

用于存储服务器 Cookie 的 Cookie 容器。

另见