System::Net::Http::HttpClientHandler::set_Proxy method

HttpClientHandler::set_Proxy method

Sets the proxy information.

void System::Net::Http::HttpClientHandler::set_Proxy(System::SharedPtr<IWebProxy> value)
ParameterTypeDescription
valueSystem::SharedPtr<IWebProxy>The value that will be set.

See Also