CacheControlInfo
A class that provides cache control information.
Property |
Type |
Description |
---|---|---|
ClientCachingAllowed |
bool |
Indicates if client caching is allowed. |
Return Value
This class allows clients to discover if client caching is allowed.
Examples
C#
MapService_MapServer mapservice = new MapService_MapServer();
mapservice.Url = "http://localhost:6080/arcgis/services/MapFusedCache/MapServer";
string mapname = mapservice.GetDefaultMapName();
CacheControlInfo cachecontrlinfo = mapservice.GetCacheControlInfo(mapname);
2/28/2020