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 event
Fires when a user wants to connect to the listening channel.
Syntax
- Basic
Private Sub object_UserConnecting(Chan, Hostname, Port, Allow)
The UserConnecting(object,Chan,Hostname,Port,Allow) syntax has these parts:
The UserConnecting(object,Chan,Hostname,Port,Allow) syntax has these parts:
object | A wodTunnel object. |
Chan | A Channel object. Reference to the channel where the user connected. |
Hostname | A String value. Hostname that the user is coming from. |
Port | A Long value. Port that the user has connected from. |
Allow | A Boolean value. When set to False, wodSSHTunnel aborts the connection for the user. |