System::Net::HttpWebRequest::get_CookieContainer method

HttpWebRequest::get_CookieContainer method

Gets a cookie container associated with the current web request.

virtual System::SharedPtr<System::Net::CookieContainer> System::Net::HttpWebRequest::get_CookieContainer()

ReturnValue

A cookie container associated with the current web request.

See Also