IWMSServer::put_EnableReverseProxyMode

banner art

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