System::Xml::XmlUrlResolver::set_CachePolicy method

XmlUrlResolver::set_CachePolicy method

Sets the cache policy for the underlying WebRequest object.

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

See Also