Skip to content

SSH.TCPListener.ConnectionReceived

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

SSH.TCPListener.ConnectionReceived

Event signature

 Event Sub ConnectionReceived(Connection As SSH.TCPTunnel)

Parameters

Name Type Comment
Connection TCPTunnel The newly received connection.

Remarks

Raised when a connection has been received.

Clone this wiki locally