-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.TCPListener
Andrew Lambert edited this page Nov 8, 2020
·
14 revisions
SSH.TCPTunnel
Protected Class TCPListener
This class instructs the SSH server to begin listening for inbound TCP connections of the RemoteInterface and RemotePort. If RemoteInterface
is the empty string then the server will listen on all local interfaces. If RemotePort
is zero then the server will select a random port which you can determine by reading the RemotePort
after StartListening finishes successfully.
- Handle As Ptr
- IsListening As Boolean
- LastError As Int32
- MaxConnections As Integer
- RemoteInterface As String
- RemotePort As Integer
- Session As SSH.Session
- TCPTunnel class
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.