2 #ifndef _YI_NETWORK_CONFIGURATION_H_ 3 #define _YI_NETWORK_CONFIGURATION_H_ 87 uint32_t m_nResponseCacheSize;
88 uint32_t m_nPersistentCacheSize;
90 bool m_bUseHeuristicExpiration;
91 bool m_bCookieHandlingEnabled;
96 #endif // _YI_NETWORK_CONFIGURATION_H_ void SetResponseCacheSize(uint32_t uBytes)
CYIString GetPersistentCachePath() const
CYINetworkConfiguration()
bool IsHeuristicCacheExpirationEnabled() const
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
The base class for an object accessible from script source code.
Definition: YiScriptableObject.h:28
CYINetworkConfiguration is a data structure that describes the properties of the You.i Engine network components.
Definition: YiNetworkConfiguration.h:22
uint32_t GetPersistentCacheSize() const
bool IsCookieHandlingEnabled() const
void SetHeuristicCacheExpirationEnabled(bool bEnable)
void SetEnableCookieHandling(bool bEnableCookieHandling)
void SetPersistentCacheSize(uint32_t uBytes)
uint32_t GetResponseCacheSize() const
virtual ~CYINetworkConfiguration()