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
SocksBind event
Fires when a user wants to open an incoming connection through a socks server.
Syntax
- Basic
Private Sub object_SocksBind(Chan, User, RemoteAddress, RemotePort, Login, Password, Allow)
The SocksBind(object,Chan,User,RemoteAddress,RemotePort,Login,Password,Allow) syntax has these parts:
The SocksBind(object,Chan,User,RemoteAddress,RemotePort,Login,Password,Allow) syntax has these parts:
object | A wodTunnel object. |
Chan | A Channel object. Reference to the channel used. |
User | An User object. Reference to the user who wants to bind remote port. |
RemoteAddress | A String value. Hostname or IP address of the bound address. |
RemotePort | A Long value. Port that should be opened for listening. |
Login | A String value. Login/Username supplied by the user to access wodSSHTunnel's socks features. |
Password | A String value. Password supplied by the user to access wodSSHTunnel's socks features. |
Allow | A Boolean value. When set to False, wodSSHTunnel aborts socks request. |