set_UseProxy()

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

Arguments

ParameterTypeDescription
valueboolThe value that will be set.

See Also