Share via


HttpMapTileDataSource.AllowCaching Property

Definition

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.

Applies to

See also