wodSSHTunnel ActiveX Control - wodTunnel Object
    
 
Description

wodTunnel Class


Object Model





Members
Methods
About Displays the About box.
Connect Connects to the remote server.
Disconnect Disconnects from the remote server.

Properties
AllocatePty Read-write property Determines if terminal is allocated on the server.
Authentication Read-write property Determines which authentication type is used.
Channels Read-only property Holds the collection of all created channels.
Compression Read-write property Determines the level of compression used.
Encryption Read-write property Determines the encryption algorithm to be used with SSH.
FIPS Read-write property Specifies FIPS enabled libeay32.dll to load.
Hostname Read-write property Determines the Hostname of the remote server.
Login Read-write property Determines the username/login to be used with the server.
MyHostname Read-write property Holds the hostname of the local computer.
MyIP Read-write property Holds the IP address of local computer.
Notification Read-write property Fast notification interface to use instead of events.
Password Read-write property Determines the password to be used with server.
Port Read-write property Determines the port on the remote server to which wodSSHTunnel will connect.
PrivateKey Read-write property Private key used for authentication.
Protocol Read-write property Determines which protocol to use for the connection.
ProxyHostname Read-write property Specifies the hostname of the proxy to use.
ProxyLogin Read-write property Specifies the login/username to use when connecting to a proxy server.
ProxyPassword Read-write property Specifies the password to use when connecting to a proxy server.
ProxyPort Read-write property Specifies the port to use when connecting to a proxy server.
ProxyType Read-write property Specifies the type of proxy to use.
RemoteIdentification Read-only property Holds the remote identification string.
State Read-only property Holds current state information.
StateText Read-only property Provides the string expression of a state.
Threads Read-write property Determines if socket code is executed in a separate thread.
Timeout Read-write property Period before inactive channels are disconnected.
Version Read-write property Holds version information.

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