Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
ProxyTypes enumeration
List of all supported proxy server types.
Remarks
Possible values for ProxyTypes:
Constant | Description |
---|---|
ProxyNone | No proxy is used. |
ProxySocks4 | Connection is made through SOCKS4 proxy firewall. |
ProxySocks5 | Connection is made through SOCKS5 proxy firewall. |
ProxyWEBStandard | Typical WEB proxy (using web CONNECT command) is used. |
ProxyRelay | Pipe/Relay is used. |
ProxySocks4a | Connection is made through SOCKS4a proxy firewall. |