Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CacheContext

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CacheContext: string read GetCacheContext write SetCacheContext stored IsCacheContextStored nodefault;

C++

__property System::UnicodeString CacheContext = {read=GetCacheContext, write=SetCacheContext, stored=IsCacheContextStored};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSHTTPServerTransport


Description

Spécifie le contexte d'URL du cache.

La propriété CacheContext spécifie la chaîne à utiliser pour la partie cache de l'URL pour l'accès au cache de session. Par défaut, le contexte est défini sur cache mais il peut prendre une autre valeur.

Par exemple, http://mon.site.com/datasnap/cache/.

Voir aussi