WebClient.CachePolicy Property
.NET Framework 3.0
Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
/** @property */ public RequestCachePolicy get_CachePolicy () /** @property */ public void set_CachePolicy (RequestCachePolicy value)
public function get CachePolicy () : RequestCachePolicy public function set CachePolicy (value : RequestCachePolicy)
Not applicable.
Property Value
A RequestCachePolicy object that represents the application's caching requirements.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.