System::Web::Services::Protocols::HttpWebClientProtocol::set_CookieContainer method

HttpWebClientProtocol::set_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)
ParameterTypeDescription
valueSystem::SharedPtr<System::Net::CookieContainer>The value that must be set.

See Also