IWMSServer::put_EnableReverseProxyMode
Previous | Next |
IWMSServer::put_EnableReverseProxyMode
The put_EnableReverseProxyMode method specifies a Boolean value indicating whether the server sends all requested content to cache and proxy plug-ins.
Syntax
HRESULT put_EnableReverseProxyMode ( VARIANT_BOOL val );
Parameters
val
[in] VARIANT_BOOL that specifies whether the server sends all requests for content to cache and proxy plug-ins.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
By default, the Boolean value is False.
Example Code
EXIT: // TODO: Release temporary COM objects and uninitialize COM.
Requirements
Header: wmsserver.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
Previous | Next |