set_Proxy()

XmlUrlResolver::set_Proxy(const SharedPtr<Net::IWebProxy>&) method

Sets the network proxy for the underlying WebRequest object.

void System::Xml::XmlUrlResolver::set_Proxy(const SharedPtr<Net::IWebProxy> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<Net::IWebProxy>&The value to set.

See Also