Back to product page

RemoteAddress property


Holds the destination IP on the remote computer.

Type

A String value. Holds IP address of remote computer

Syntax

  • Basic
object.RemoteAddress [= value]    
The RemoteAddress(object,value) syntax has these parts:
objectAn expression evaluating to an object of type Channel.
valueA 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.

Platforms

Windows