System::Xml::XmlUrlResolver::set_Proxy method

XmlUrlResolver::set_Proxy method

Sets the network proxy for the underlying WebRequest object.

void System::Xml::XmlUrlResolver::set_Proxy(const SharedPtr<Net::IWebProxy> &value)
ParameterTypeDescription
valueconst SharedPtr<Net::IWebProxy>&The value to set.

See Also