TeleFlow Step 0386
From TeleFlow
m (→Properties) |
m (→Properties) |
||
Line 7: | Line 7: | ||
<b>Host port #:</b> Port of TCP/IP host to establish a connection with. This field may be left blank if the port is specified in the Host Name or IP Address field. This field will override any port specified in the Host Name or IP Address field.<br> | <b>Host port #:</b> Port of TCP/IP host to establish a connection with. This field may be left blank if the port is specified in the Host Name or IP Address field. This field will override any port specified in the Host Name or IP Address field.<br> | ||
<br> | <br> | ||
- | <b>Use SSL?:</b> Check this box if you are connecting to a TCP server using secure sockets layer. | + | <b>Use SSL?:</b> Check this box if you are connecting to a TCP server using secure sockets layer.<br> |
<br> | <br> | ||
<b>TIMEOUT (ms):</b> Time to wait for a connection, in milliseconds, before following the TIMEOUT path. If left blank, a value of 500 ms is used.<br> | <b>TIMEOUT (ms):</b> Time to wait for a connection, in milliseconds, before following the TIMEOUT path. If left blank, a value of 500 ms is used.<br> |
Current revision
TCP Connect Step
Establishes a TCP connection with a TCP/IP host (or peer).
Properties
Host Name or IP Address: Host name or IP address of the TCP/IP host to establish a connection with. The host name or IP address may optionally be followed by a port specifier e.g. www.enGenic.com:80. If the Host Port # field is not left empty, the Host Port# will override any port specified in this field.
Host port #: Port of TCP/IP host to establish a connection with. This field may be left blank if the port is specified in the Host Name or IP Address field. This field will override any port specified in the Host Name or IP Address field.
Use SSL?: Check this box if you are connecting to a TCP server using secure sockets layer.
TIMEOUT (ms): Time to wait for a connection, in milliseconds, before following the TIMEOUT path. If left blank, a value of 500 ms is used.
Variable to receive Socket Handle: TeleFlow variable to accept the socket handle generated by the TCP connection. This variable stores the socket handle for use with other TCP steps. A FATAL error will be generated if this field is left blank.
Action Steps
Time Out: Unable to connect in the time specified.
Fail: Unable to resolve host name or IP address, or to acquire a socket from the operating system. Please see the log for failure details.
Related Steps
TCP Disconnect
TCP Receive
TCP Send
