IWMSCacheProxyServerCallback Object (Visual Basic .NET)

banner art

Previous Next

IWMSCacheProxyServerCallback Object (Visual Basic .NET)

The IWMSCacheProxyServerCallback object contains methods that enable a cache plug-in to respond to calls that the server makes through the IWMSCacheProxyServer object. This object is implemented by a cache plug-in and called by the server.

  • Note   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

The IWMSCacheProxyServerCallback object exposes the following properties and 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