Gets and sets the port number for the proxy server.
Syntax
object.ProxyPort [= proxyport ]
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 (Int32)
See Also
Password Property,
ProxyPassword Property,
ProxyServer Property,
ProxyType Property,
ProxyUser Property,
ServerName Property,
UserName Property,
Connect Method
|