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
Disconnected event
Fires when wodSSHTunnel disconnects from the server.
Syntax
- Basic
Private Sub object_Disconnected(ErrorCode, ErrorText)
The Disconnected(object,ErrorCode,ErrorText) syntax has these parts:
The Disconnected(object,ErrorCode,ErrorText) syntax has these parts:
object | A wodTunnel object. |
ErrorCode | An Integer value. Holds the error number or 0 if no error occurred. |
ErrorText | A String value. Text description of the error. |