Description
-
Port on remote proxy.
Property type
-
A Long value.
Syntax
-
object.ProxyPort [= value]
The ProxyPort Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| value |
A Long value. |
Remarks
-
When connection to a remote server is requested through a proxy
server, this property specifies the proxy's port number for
connection purposes.
The usual value for web proxies is 80, or sometimes even 8000, or
8080.
The usual value for Socks 4 and Socks 5 servers is 1080.
When a Relay proxy is used, there is no usual value since
Relay can listen on any port. Please contact your administrator
to obtain the proper value for this property.
|