set_CookieContainer()

HttpClientHandler::set_CookieContainer(System::SharedPtr<System::Net::CookieContainer>) method

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

void System::Net::Http::HttpClientHandler::set_CookieContainer(System::SharedPtr<System::Net::CookieContainer> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<System::Net::CookieContainer>The value that will be set.

See Also