RemoteTCPHost Property
      
 

Description

Holds hostname of remote TCPHandler (or TCP relay).

Property type

A String value.  

Syntax

object.RemoteTCPHost

The RemoteTCPHost Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type TCPHandler.

Remarks

The RemoteTCPHost setting defines hostname or IP address of remote peer's TCPHandler port, where remote port listens. You should set it up together with RemoteTCPPort property.

Instead of remote peer's hostname, you can also put here Hostname of your TCP Relay - if you're running one. From wodVPN's perspective, it's the same thing, since TCP Relay does relay data between TCPHandlers.