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