Gets and sets the port number for the proxy server.
Syntax
object.ProxyPort [= proxyport]
The object is an expression that evaluates to a FileTransfer
object. The property returns a long integer value.
Remarks
The ProxyPort property is used to set the port number
that the control will use to establish a connection with the proxy
server. A value of zero specifies that the client will connect to
the proxy server using the standard FTP or HTTP service port.
Data Type
Integer
See Also
Password Property, ProxyPassword Property, ProxyServer Property, ProxyType Property, ProxyUser Property, ServerName Property, UserName Property, Connect Method
|