ProxyPort Property  
 

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 default port for the selected proxy type. If the client is connecting through an HTTP proxy, the connection will be established on port 80 by default. If the client is connecting through a Telnet proxy, the connection will be established on port 23 by default.

Data Type

Integer (Int32)

See Also

ProxyHost Property, ProxyPassword Property, ProxyType Property, ProxyUser Property, Connect Method