Gets and sets the port number for the proxy server.
Syntax
object.ProxyPort [= portnumber ]
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 HTTP service port.
Data Type
Integer (Int32)
See Also
ProxyHost Property,
ProxyPassword Property,
ProxyType Property,
ProxyUser Property,
Connect Method
|