HttpMapTileDataSource.AllowCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the Internet cache is checked before fetching a tile from an HTTP source. When caching is disabled, a new request for the tile is made every time.
public:
property bool AllowCaching { bool get(); void set(bool value); };
bool AllowCaching();
void AllowCaching(bool value);
public bool AllowCaching { get; set; }
var boolean = httpMapTileDataSource.allowCaching;
httpMapTileDataSource.allowCaching = boolean;
Public Property AllowCaching As Boolean
Property Value
Boolean
bool
true if the Internet cache is checked before fetching a tile from an HTTP source; otherwise, false.