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 method
Called when wodSSHTunnel disconnects from the server.
Type
NoneSyntax
- Basic
object.Disconnected Owner, ErrorCode, ErrorText
The Disconnected(object,Owner,ErrorCode,ErrorText) syntax has these parts:
The Disconnected(object,Owner,ErrorCode,ErrorText) syntax has these parts:
object | An expression evaluating to an object of type wodTunnelNotify. |
Owner | Required. A wodTunnelCom object. Reference to the wodTunnelCom instance that called this notification method. |
ErrorCode | Required. An Integer value. Holds the error number or 0 if no error occurred. |
ErrorText | Required. A String value. Text description of the error. |