CheckForCookies()

HttpWebClientProtocol::CheckForCookies(System::SharedPtr<Net::HttpWebResponse>) method

Appends cookies from the specified request to the internal cookie container.

virtual void System::Web::Services::Protocols::HttpWebClientProtocol::CheckForCookies(System::SharedPtr<Net::HttpWebResponse> response)

Arguments

ParameterTypeDescription
responseSystem::SharedPtr<Net::HttpWebResponse>The response from which the cookies will be taken.

See Also