Skip to content

SSH.Session.NetworkInterface

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

SSH.Session.NetworkInterface

Property declaration

 Dim NetworkInterface As NetworkInterface

Remarks

Gets and sets the local NetworkInterface to be used. If left unspecified then the system will select one for you. Must be set before calling the Connect() method. If you pass a connected TCP socket to the Connect() method then this property is ignored.

Clone this wiki locally