wodSSHTunnel ActiveX Control - wodTunnelNotify Object
    
 
Description

wodTunnelNotify Class


Remarks

The IwodTunnelNotify interface is a fast notifications interface that you should implement in your application if you want it to "take over" notification methods. When implemented and the wodTunnel.Notification property is set to the instance of object that implements this interface, wodTunnel will call these methods instead of firing it's events. As you can see - each event has a corresponding notification method (or callback).

NOTE: You should NOT try to use the wodTunnelNotify interface when wodTunnel1.Threads is set to True in VB6.

 




Members
Methods
ChannelStart Called when a specific channel has started.
ChannelStop Called when a specific channel has stopped.
Connected Called when wodSSHTunnel connects to a remote server.
CryptoInformation Called when wodSSHTunnel provides information about selected algorithms.
Disconnected Called when wodSSHTunnel disconnects from the server.
HostFingerprint Called when the remote server provides public key fingerprint information.
LoginChallenge Called when the remote server requires keyboard-interactive authentication.
SocksBind Called when a user wants to open an incoming connection through a socks server.
SocksConnect Called when a user wants to open outgoing connection through a socks server.
StateChange Called when wodSSHTunnel changes its state.
UserConnected Called when a user connects to a listening channel.
UserConnecting Called when a user wants to connect to a listening channel.
UserDisconnected Called when a user disconnects from a channel.
UserStateChange Called when user's state changes.