ArcGIS Runtime SDK for WPF - Library Reference
DisableClientCaching Property
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISWebClient Class : DisableClientCaching Property

Indicates whether a timestamp parameter ("_ts") has to be added to the request to prevent it from being loaded from the browser's cache.

Syntax

Visual Basic (Declaration) 
Public Property DisableClientCaching As Boolean
C# 
public bool DisableClientCaching {get; set;}

Remarks

The ArcGISWebClient.DisableClientCaching Property when true forces the ArcGIS Server to provide fresh data back to the client and appends a timestamp ( _ts ) to all return Urls. The default value for the ArcGISWebClient.DisableClientCaching is false.

Property Value

true to disable client caching otherwise, false.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.