Skip to content

SSH.TCPListener

Andrew Lambert edited this page Nov 10, 2020 · 14 revisions

SSH.TCPListener

Class Declaration

 Protected Class TCPListener

Remarks

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 of its 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.

Event definitions

Methods

Properties

See also

Clone this wiki locally