System::Net::Http::HttpClientHandler::set_UseCookies method

HttpClientHandler::set_UseCookies method

Sets the value that indicates if the current instance uses the cookie container to store server cookies and if the instance uses server cookies when sending requests.

void System::Net::Http::HttpClientHandler::set_UseCookies(bool value)
ParameterTypeDescription
valueboolThe value that will be set.

See Also