WMS_PROXY_SETTINGS

banner art

Previous Next

WMS_PROXY_SETTINGS

The WMS_PROXY_SETTINGS enumeration type indicates whether a proxy server must be used by the WMS Network Data Source Plug-in.

Syntax

  typedef enum WMS_PROXY_SETTINGS{
  WMS_PROXY_SETTING_NONE  = 0,
  WMS_PROXY_SETTING_MANUAL  = 1
};

Members

WMS_PROXY_SETTING_NONE

No proxy is used.

WMS_PROXY_SETTING_MANUAL

A proxy must be used. You can specify the name or IP address of the proxy by calling the SetProxyHostName method on the IWMSAdminNetworkDataSourcePlugin interface. You can specify the port number by calling the SetProxyPort method on the IWMSAdminNetworkDataSourcePlugin interface.

Requirements

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next