set_UseCookies()

HttpClientHandler::set_UseCookies(bool) 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)

Arguments

ParameterTypeDescription
valueboolThe value that will be set.

See Also