Back to product page

LocalAddress property


Holds the relative index of the channel.

Type

A Long value

Syntax

  • Basic
object.LocalAddress   [= value]
The LocalAddress(object,value) syntax has these parts:
objectAn expression evaluating to an object of type Channel.
valueA String value.

Remarks

The LocalAddress setting defines which interface wodSSHTunnel should use when it needs to bind LocalPort upon channel start. It also defines which interface the remote port forwarding request should be initiated on when a notification is received from the SSH server.

Typically, you set this property to "" (empty string) or "0.0.0.0" which means that ALL interfaces are bound. You can also set it to "127.0.0.1" in which case only connections from the local computer will be accepted.

Platforms

Windows