Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
Protocol property
Determines which protocol to use for the connection.
Type
A ProtocolsEnum enumerationSyntax
- Basic
object.Protocol [= value]
The Protocol(object,value) syntax has these parts:
The Protocol(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodTunnel. |
value | A ProtocolsEnum enumeration, as described in settings. |
Remarks
The settings for Action are:
Constant | Value | Description |
---|---|---|
SSHAuto | 0 | Auto negotiate SSH version. |
SSH1 | 1 | Secure Shell 1.5 protocol. |
SSH2 | 2 | Secure Shell 2 protocol. |