Skip to content

SSH.TCPListener.StopListening

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

SSH.TCPListener.StopListening

Method signature

 Sub StopListening()

Remarks

Instructs the server to stop accepting TCP connections. Existing connections will continue to exist until they are explicitly closed. Pending connections will be dropped.

Clone this wiki locally