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
UserConnecting method
Called when a user wants to connect to the listening channel.
Type
NoneSyntax
- Basic
object.UserConnecting Owner, Chan, Hostname, Port, Allow
The UserConnecting(object,Owner,Chan,Hostname,Port,Allow) syntax has these parts:
The UserConnecting(object,Owner,Chan,Hostname,Port,Allow) 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. |
Chan | Required. A Channel object. Reference to the channel that was started. |
Hostname | Required. A String value. Hostname that the user is coming from. |
Port | Required. A Long value. Port that the user has connected from. |
Allow | Required. A Boolean value. When set to False, wodSSHTunnel aborts the connection for the user. |