System::Net::HttpWebRequest::set_CookieContainer method

HttpWebRequest::set_CookieContainer method

Sets a cookie container associated with the current web request.

virtual void System::Net::HttpWebRequest::set_CookieContainer(System::SharedPtr<System::Net::CookieContainer> value)
ParameterTypeDescription
valueSystem::SharedPtr<System::Net::CookieContainer>The value that must be set.

See Also