System::Net::Http::HttpClientHandler::set_UseProxy method

HttpClientHandler::set_UseProxy method

Sets the value that indicates if the current instance uses the proxy for sending requests.

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

See Also