Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ProxyPort property
Specifies the port to use when connecting to a proxy server.
Type
A Long value. Specifies the port on the proxy server.Syntax
- Basic
object.ProxyPort [= value]
The ProxyPort(object,value) syntax has these parts:
The ProxyPort(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSSH. |
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 value for web proxies is usually 80, or sometimes 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 a Relay can listen on any port.Please contact your administrator to obtain the proper value for this property.