System::Net::HttpWebRequest::set_Proxy method

HttpWebRequest::set_Proxy method

Sets the HTTP proxy.

void System::Net::HttpWebRequest::set_Proxy(System::SharedPtr<IWebProxy> value) override
ParameterTypeDescription
valueSystem::SharedPtr<IWebProxy>The proxy to set.

See Also