WMS_CACHE_CONTENT_DOWNLOAD_FLAGS
Previous | Next |
WMS_CACHE_CONTENT_DOWNLOAD_FLAGS
The WMS_CACHE_CONTENT_DOWNLOAD_FLAGS enumeration type identifies options for caching content.
Syntax
typedef enum WMS_CACHE_CONTENT_DOWNLOAD_FLAGS{ WMS_CONTENT_DOWNLOAD_ABORT_IF_BCAST = 0x1 };
Members
WMS_CACHE_CONTENT_DOWNLOAD_FLAGS
Broadcast content cannot be downloaded.
Remarks
You can use this enumeration in a cache plug-in to indicate to the server that it cannot download content that is being broadcast from an origin server. By definition, a broadcast is a shared experience. If you cache it, it is no longer shared.
Requirements
Header: streamcache.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
Previous | Next |