wodSSHTunnel ActiveX Control - RemoteAddress Property
RemoteAddress
Property
Description
Holds the destination IP on the remote computer.
Property type
A String value. Holds IP address of remote
computer.
Syntax
object.RemoteAddress [=
value]
The RemoteAddress Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type Channel.
value
A String value.
Remarks
The RemoteAddress property (together with RemotePort)
determines where the SSH server will forward data once it
receives it from wodSSHTunnel. Also, if the channel has its channel type set to
RemoteListen
this property determines which interface the SSH server should
bind to accept new connections that will be forwarded to the
local computer.