BitmapImage::UriCachePolicy Property
.NET Framework (current version)
Gets or sets a value that represents the caching policy for images that come from an HTTP source.
Assembly: PresentationCore (in PresentationCore.dll)
public: [TypeConverterAttribute((RequestCachePolicyConverter^::typeid))] property RequestCachePolicy^ UriCachePolicy { RequestCachePolicy^ get(); void set(RequestCachePolicy^ value); }
Property Value
Type: System.Net.Cache::RequestCachePolicy^The base RequestCachePolicy of the current context. The default is null.
UriCachePolicy is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 3.0
Available since 3.0
Show: