set_CookieContainer()

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

Sets a container that is used to store cookies.

void System::Web::Services::Protocols::HttpWebClientProtocol::set_CookieContainer(System::SharedPtr<System::Net::CookieContainer> value)

Arguments

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

See Also