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.
The following table describes the contents of each source file used in the sample plug-in.
Source file |
Description |
|---|---|
ProxyPlugin.cpp |
This file implements generic code required for .dll connectivity. |
ProxyPluginImpl.cpp |
This file implements the main functionality of the sample plug-in by implementing the IWMSBasicPluginIWMSBasicPlugin Interface, the IWMSCacheProxyIWMSCacheProxy Interface, and the IWMSCacheProxyServerCallbackIWMSCacheProxyServerCallback Interface. The CProxyPlugin::OnGetContentInformation method in this sample implements the URL rollover functionality. The various protocols are each tried until a connection to the origin server is successful. |