IWMSCacheProxyServer Object (C#)
The IWMSCacheProxyServer object contains methods that you can use to retrieve information about cached content, determine whether the content is current, and download content to a cache. This object is implemented by the server and called by a cache plug-in.
Note
This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
The IWMSCacheProxyServer object exposes the following properties and methods.
Method |
Description |
---|---|
CancelDownloadContent |
Called by the cache plug-in to stop the download process. |
CompareContentInformation |
Called by the cache plug-in to determine whether content is up to date. |
DownloadContent |
Called by the cache plug-in to download content to a cache. |
GetContentInformation |
Called by the cache plug-in to retrieve content information. |