Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
IWMSCacheProxyServerCallback Interface
The IWMSCacheProxyServerCallback interface contains methods that enable a cache plug-in to respond to calls that the server makes through the IWMSCacheProxyServer interface. This interface is implemented by a cache plug-in and called by the server.
- Note This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
In addition to the methods inherited from IUnknown, the IWMSCacheProxyServerCallback interface exposes the following methods.
| Method | Description |
| OnCancelDownloadContent | Called by the server to respond when the plug-in calls IWMSCacheProxyServer::CancelDownloadContent. |
| OnCompareContentInformation | Called by the server to respond when a cache plug-in calls IWMSCacheProxyServer::CompareContentInformation. |
| OnDownloadContentFinished | Called by the server when media items have finished downloading to the cache. |
| OnDownloadContentProgress | Called by the server when each media item identified in a playlist has been downloaded. |
| OnGetContentInformation | Called by the server to respond when a cache plug-in calls IWMSCacheProxyServer::GetContentInformation. |
See Also
| Previous | Next |