Specify the port number of the proxy server.
proxy_port=proxy-port-number
None
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.
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 = "proxy_host=myproxyhost;proxy_port=1234";