proxy_host

Specify the host name or IP address of the proxy server.

Syntax
proxy_host=proxy-hostname-or-ip
Protocols
Support notes
Default

None

Remarks

Use only if going through an HTTP proxy.

For information about how to set network protocol options with dbmlsync, see CommunicationAddress (adr) extended option.

For information about how to set network protocol options with UltraLite, see Network protocol options for UltraLite synchronization streams.

Example

In the following example, the client connects to a proxy server running on a computer called myproxyhost at port 1234.

On a SQL Anywhere Client, the implementation is:

dbmlsync -e "adr='proxy_host=myproxyhost;proxy_port=1234'"

In an UltraLite application written in embedded SQL or C++, the implementation is:

synch_info.stream_parms = TEXT("proxy_host=myproxyhost;proxy_port=1234");